Skip to main content

SerializedReportModel.ReportLayoutJson Property

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

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v23.2.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