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