ActiveReports 13
LoadFromStream(Stream,Uri) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > ILoadableFromFileAndStream Interface > LoadFromStream Method : LoadFromStream(Stream,Uri) Method
instance of the System.IO.Stream.
base uri.
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

Reference

ILoadableFromFileAndStream Interface
ILoadableFromFileAndStream Members
Overload List