Skip to main content
A newer version of this page is available.
All docs
V18.2

ReportModel.Layout Property

Specifies the report layout type.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

public ReportLayout Layout { get; set; }

Property Value

Type Description
ReportLayout

A ReportLayout enumeration 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