Skip to main content

IReportJsonSerializer.DeserializeFromJson(String) Method

Converts the specified JSON string to the XtraReport object.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

XtraReport DeserializeFromJson(
    string reportJson
)

Parameters

Name Type Description
reportJson String

A string that is the report layout in JSON format.

Returns

Type Description
XtraReport

A report instance.

See Also