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

ReportLayout Enum

Lists the report layouts available on the Choose a Report Layout page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public enum ReportLayout

Members

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.

Related API Members

The following properties accept/return ReportLayout values:

Library Related API Members
WPF Controls ChooseReportLayoutPage.ReportLayout
Reporting ChooseReportLayoutPageView.ReportLayout
IChooseReportLayoutPageView.ReportLayout
ReportInfo.Layout
ReportModel.Layout

Remarks

The values listed by the ReportLayout enumeration are returned by the following properties.

See Also