Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderRichText Class / Rtf Property

In This Topic
    Rtf Property (RenderRichText)
    In This Topic
    Gets or sets the RTF-formatted text represented by the current object.
    Syntax
    'Declaration
     
    Public Property Rtf As String
    public string Rtf {get; set;}
    See Also