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