Skip to main content
All docs
V23.2

IReportJsonSerializer.DeserializeFromJsonAsync(String) Method

Converts the specified JSON string to the XtraReport object, asynchronously.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

Task<XtraReport> DeserializeFromJsonAsync(
    string reportJson
)

Parameters

Name Type Description
reportJson String

A string that is the report layout in JSON format.

Returns

Type Description
Task<XtraReport>

A Task that returns a report instance.

See Also