StiReportSave Method (StiReportSLService, String) |
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,
string path
)
Public Overridable Sub Save (
service As StiReportSLService,
path As String
)
Parameters
- service
- Type: Stimulsoft.Report.SaveLoadStiReportSLService
A provider for saving a rendered report. - path
- Type: SystemString
A file for saving the report template.
See Also