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

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

    Parameters

    s
    instance of the System.IO.Stream.
    baseUri
    base uri.
    See Also