ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / Field Class / RTF Property

In This Topic
    RTF Property
    In This Topic
    Specifies whether the field should render string enclosed in curly brackets 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