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