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