StiReportSaveDocument Method (StiDocumentSLService, Stream) |
Saves a rendered report to the stream.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void SaveDocument(
StiDocumentSLService service,
Stream stream
)
Public Overridable Sub SaveDocument (
service As StiDocumentSLService,
stream As Stream
)
Parameters
- service
- Type: Stimulsoft.Report.SaveLoadStiDocumentSLService
A provider which saves a rendered report. - stream
- Type: System.IOStream
A stream to save a rendered report.
See Also