Skip to main content
All docs
V26.1
  • SerializedReportModel.ReportLayoutJson Property

    Gets or sets a JSON string that is the serialized report layout.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

    Assembly: DevExpress.XtraReports.v26.1.Web.dll

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    [DataMember(Name = "reportLayoutJson")]
    public string ReportLayoutJson { get; set; }

    Property Value

    Type Description
    String

    A string in JSON format.

    See Also