ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / ILoadableFromFileAndStream Interface / LoadFromStream Method / LoadFromStream(Stream) Method
instance of the System.IO.Stream.

In This Topic
    LoadFromStream(Stream) Method
    In This Topic
    Load from the stream.
    Syntax
    'Declaration
     
    Overloads Sub LoadFromStream( _
       ByVal s As Stream _
    ) 
    void LoadFromStream( 
       Stream s
    )

    Parameters

    s
    instance of the System.IO.Stream.
    See Also