Click or drag to resize

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
)

Parameters

json
Type: SystemString
A string for loading a report from it.
See Also