StiReportLoadPackedDocumentFromString Method |
Loads a packed rendered report from the string.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void LoadPackedDocumentFromString(
string reportStr
)
Public Overridable Sub LoadPackedDocumentFromString (
reportStr As String
)
Parameters
- reportStr
- Type: SystemString
A string from which the packed rendered report will be loaded from.
See Also