Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / Gradient Class / RTF Property

In This Topic
    RTF Property (Gradient)
    In This Topic
    Specifies whether the field should render string enclosed in curly brackets as RTF.
    Syntax
    'Declaration
     
    Public Property RTF As Boolean
    public 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