StiReportLoadDocument Method (Stream) |
Loads a rendered report from the stream.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void LoadDocument(
Stream stream
)
Public Overridable Sub LoadDocument (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
A stream for loading a rendered report.
See Also