ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Controls.Design Namespace / IRichEditDesignTarget Interface / LoadFile Method

In This Topic
    LoadFile Method
    In This Topic
    Loads the file from specified stream.
    Syntax
    'Declaration
     
    Sub LoadFile( _
       ByVal stream As Stream, _
       ByVal type As RichTextType _
    ) 
    void LoadFile( 
       Stream stream,
       RichTextType type
    )

    Parameters

    stream
    type
    See Also