Initializes a new instance of the StreamDocumentLoader class
Syntax
'Declaration
Public Function New( _
ByVal As Stream, _
ByVal As Uri, _
ByVal As DocumentFormat _
)
public StreamDocumentLoader(
Stream ,
Uri ,
DocumentFormat
)
Parameters
- s
- Stream with report
- baseUri
- Base uri
- format
- Nessesary document format
See Also