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