FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2021.1.20" />

.NET API 15,522,304 bytes

 RichObject

Represents a RichText object that can display formatted text.
public int ActualTextLength { get; set; }

Gets the actual text length.

public int ActualTextStart { get; set; }

Gets the actual text start.

public bool ConvertRichText { get; set; }

Experimental feature for translation of RichText into report objects

public string DataColumn { get; set; }

Gets or sets a name of the data column bound to this control.

public bool KeepExpressionFormat { get; set; }

public bool OldBreakStyle { get; set; }

Gets or sets the break style.

public RichObject()

Initializes a new instance of the RichObject class with default settings.

public void AddChild(Base child)

public bool CanContain(Base child)

public int GetChildOrder(Base child)

public bool InvokeEditor()

public void RemoveChild(Base child)

public void SetChildOrder(Base child, int order)

public void UpdateLayout(float dx, float dy)