ActiveReports 19 .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.
The base URI for resolving relative URIs.

In This Topic
    LoadFromStream(Stream,Uri) Method
    In This Topic
    Loads the object from a specified stream, using a base URI for resolving relative URIs.
    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
    The base URI for resolving relative URIs.
    See Also