Table of Contents

Class PropertyRtfSource

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Encapsulates a rich text (RTF) source definition (static or variable based) for text objects.

public class PropertyRtfSource : DomItem
Inheritance
PropertyRtfSource
Inherited Members

Properties

IsVariable

Gets or sets whether the RTF content is provided via variable/expression (True) or stored inline (False).

public string IsVariable { get; set; }

Property Value

string

Text

Gets or sets the RTF text. Line breaks are normalized (CRLF replaced by {}).

public string Text { get; set; }

Property Value

string