Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderRichText Class / RenderRichText Constructor / RenderRichText Constructor(String)
A RTF-formatted string assigned to the Rtf property.

In This Topic
    RenderRichText Constructor(String)
    In This Topic
    Initializes a new instance of the RenderRichText class, using the specified RTF string and style.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rtf As String _
    )
    public RenderRichText( 
       string rtf
    )

    Parameters

    rtf
    A RTF-formatted string assigned to the Rtf property.
    See Also