ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / RenderBlockRichText Method / RenderBlockRichText(String) Method
Text to render, can be plain text.

In This Topic
    RenderBlockRichText(String) Method
    In This Topic
    Renders the RTF text with parent width and autoheight.
    Syntax
    'Declaration
     
    Public Overloads Function RenderBlockRichText( _
       ByVal rtf As System.String _
    ) As System.Boolean
    public System.bool RenderBlockRichText( 
       System.string rtf
    )

    Parameters

    rtf
    Text to render, can be plain text.

    Return Value

    Returns true if no warnings occur during rendering the object.
    See Also