StiReportSave Method (StiReportSLService, Stream) |
Saves a report template in the file using the provider.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void Save(
StiReportSLService service,
Stream stream
)
Public Overridable Sub Save (
service As StiReportSLService,
stream As Stream
)
Parameters
- service
- Type: Stimulsoft.Report.SaveLoadStiReportSLService
A provider which saves the report template. - stream
- Type: System.IOStream
A stream for saving a report template.
See Also