ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderRichText Class / Load Method / Load(Stream,RichTextBoxStreamType) Method
The stream to load data from.
The type of data in the stream.

In This Topic
    Load(Stream,RichTextBoxStreamType) Method
    In This Topic
    Loads the content of the current RenderRichText from a stream containing data in a specified format.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal stream As System.IO.Stream, _
       ByVal streamType As System.Windows.Forms.RichTextBoxStreamType _
    ) 
    public void Load( 
       System.IO.Stream stream,
       System.Windows.Forms.RichTextBoxStreamType streamType
    )

    Parameters

    stream
    The stream to load data from.
    streamType
    The type of data in the stream.
    See Also