Skip to main content
A newer version of this page is available. .

ChooseReportLayoutPageView.ReportLayout Property

Specifies the selected report layout.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public 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.

Implements

See Also