Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / RTF Property

In This Topic
    RTF Property (RenderField)
    In This Topic
    Gets or sets a value indicating whether the content of the Text property on the current field should be interpreted as RTF.
    Syntax
    'Declaration
     
    Public Property RTF As Boolean
    public bool RTF {get; set;}
    See Also