Loads a document from a stream in the specified binary or XML report format.
Syntax
'Declaration
Public Overloads Sub LoadDocument( _
ByVal As Stream, _
ByVal As DocumentFormat _
)
public void LoadDocument(
Stream ,
DocumentFormat
)
Parameters
- stream
- The System.IO.Stream to load the report from.
- format
- Specify the DocumentFormat of the report to be loaded.
See Also