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