IReportJsonSerializer.SerializeToJson(XtraReport) Method
Serializes a report to a JSON string and preserves the object reference information.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services
Assembly: DevExpress.XtraReports.v25.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| report | XtraReport | A report to convert. |
Returns
| Type | Description |
|---|---|
| SerializedReportModel | An object that contains a report layout in JSON format and object references. |
See Also