Skip to main content
All docs
V26.1
  • 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.v26.1.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