Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderRichText Class / Load Method / Load(Stream) Method
The stream to load data from.

In This Topic
    Load(Stream) Method
    In This Topic
    Loads the content of the current RenderRichText from a stream containing RTF-formatted data.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal stream As Stream _
    ) 
    public void Load( 
       Stream stream
    )

    Parameters

    stream
    The stream to load data from.
    See Also