ComponentOne FlexReport for WinForms
RTF Property (Field)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Field Class : RTF Property
Gets or sets a value indicating whether strings enclosed in curly brackets should render as RTF.
Syntax
'Declaration
 
Public Property RTF As System.Boolean
public System.bool RTF {get; set;}
Remarks
If you set this property to true, any fields containing text enclosed in curly brackets will be rendered as RTF. This allows you to add complex formatting within a field.
See Also

Reference

Field Class
Field Members