StiReportLoadDocumentFromString Method |
Loads a rendered report from the string.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void LoadDocumentFromString(
string reportStr
)
Public Overridable Sub LoadDocumentFromString (
reportStr As String
)
Parameters
- reportStr
- Type: SystemString
A string for loading a report from it.
See Also