ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / StreamDocumentLoader Class / StreamDocumentLoader Constructor / StreamDocumentLoader Constructor(Stream,DocumentFormat)
Stream with report
Nessesary document format

In This Topic
    StreamDocumentLoader Constructor(Stream,DocumentFormat)
    In This Topic
    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