Skip to main content

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.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

SerializedReportModel SerializeToJson(
    XtraReport report
)

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