FastReport.Net.Demo by Fast Reports Inc.

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

.NET API 15,735,296 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; }

This property not described

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 bool CanContain(Base child)

public bool InvokeEditor()

public void UpdateLayout(float dx, float dy)