IReportJsonSerializer.DeserializeFromJson(String) Method
In This Article
Converts the specified string to the XtraReport object.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
XtraReport DeserializeFromJson(
string reportJson
)
#Parameters
Name | Type | Description |
---|---|---|
report |
String | A string that is the report layout in JSON format. |
#Returns
Type | Description |
---|---|
Xtra |
A report instance. |
See Also