ReportModel.Layout Property
Specifies the report layout type.
Namespace: DevExpress.XtraReports.Wizards
Assembly:
DevExpress.XtraReports.v24.2.dll
NuGet Package:
DevExpress.Reporting.Core
Declaration
public ReportLayout Layout { get; set; }
Public Property Layout As ReportLayout
Property Value
Available values:
Name |
Description |
Default
|
The default report layout.
|
Stepped
|
A stepped report layout.
|
Block
|
A modular report layout.
|
Outline1
|
An outlined report layout.
|
Outline2
|
An outlined report layout.
|
AlignLeft1
|
A left-aligned report layout.
|
AlignLeft2
|
A left-aligned report layout.
|
Columnar
|
A columnar report layout.
|
Tabular
|
A tabular report layout.
|
Justified
|
A justified report layout.
|
See Also