ActiveReports 13
StreamDocumentLoader Constructor(Stream,DocumentFormat)

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > StreamDocumentLoader Class > StreamDocumentLoader Constructor : StreamDocumentLoader Constructor(Stream,DocumentFormat)
Stream with report
Nessesary document format
Initializes a new instance of the StreamDocumentLoader class
Syntax
'Declaration
 
Public Function New( _
   ByVal s As Stream, _
   ByVal format As DocumentFormat _
)
public StreamDocumentLoader( 
   Stream s,
   DocumentFormat format
)

Parameters

s
Stream with report
format
Nessesary document format
See Also

Reference

StreamDocumentLoader Class
StreamDocumentLoader Members
Overload List