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