StiReportLoadPackedReport Method (String) |
Loads a packed report template from the file.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void LoadPackedReport(
string path
)
Public Overridable Sub LoadPackedReport (
path As String
)
Parameters
- path
- Type: SystemString
A file which contains a packed report template.
See Also