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

IChooseReportLayoutPageView.ReportLayout Property

If implemented, specifies the selected report layout.

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v18.2.dll

Declaration

ReportLayout ReportLayout { 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