IReportJsonSerializer.DeserializeFromJson(String) Method
Converts the specified string to the XtraReport object.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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