Skip to main content

ReportModel.Layout Property

Specifies the report layout type.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ReportLayout Layout { get; set; }

Property Value

Type Description
ReportLayout

A ReportLayout enumeration value.

See Also