Skip to main content
All docs
V19.2

ReportLayout Enum

OBSOLETE

Use the DevExpress.XtraReports.Wizards.ReportLayout class from the DevExpress.XtraReports assembly instead.

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

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v19.2.dll

Declaration

[Obsolete("Use the DevExpress.XtraReports.Wizards.ReportLayout class from the DevExpress.XtraReports assembly instead.")]
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:

See Also