IReportJsonSerializer.DeserializeFromJsonAsync(String) Method
In This Article
Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
Task<XtraReport> DeserializeFromJsonAsync(
string reportJson
)
#Parameters
Name | Type |
---|---|
report |
String |
#Returns
Type |
---|
Task<Xtra |
See Also