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