Skip to main content
A newer version of this page is available. .

IReportJsonSerializer.DeserializeFromJson(String) Method

Converts the specified string to the XtraReport object.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

Assembly: DevExpress.XtraReports.v19.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