Skip to main content
All docs
V24.1

IReportJsonSerializer.DeserializeFromJsonAsync(String) Method

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

Assembly: DevExpress.XtraReports.v24.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

Task<XtraReport> DeserializeFromJsonAsync(
    string reportJson
)

Parameters

Name Type
reportJson String

Returns

Type
Task<XtraReport>
See Also