ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / RichTextBox Class / LoadFile Method / LoadFile(Stream) Method
stream to load the RichTextBox content from

In This Topic
    LoadFile(Stream) Method
    In This Topic
    Loads an HTML or RTF stream.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadFile( _
       ByVal stream As Stream _
    ) 
    public void LoadFile( 
       Stream stream
    )

    Parameters

    stream
    stream to load the RichTextBox content from
    See Also