StiReportSavePackedReport Method (Stream) |
Saves a packed report template in the stream.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void SavePackedReport(
Stream stream
)
Public Overridable Sub SavePackedReport (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
A stream to save a packed report template.
See Also