xtrareports-devexpress-dot-xtrareports-dot-wizards-7f0d5d37.md
Lists the report layouts available on the Choose a Report Layout page of the Report Wizard.
Namespace : DevExpress.XtraReports.Wizards
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum ReportLayout
Public Enum ReportLayout
| 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.
|
The following properties accept/return ReportLayout values:
| Library | Related API Members |
|---|---|
| WPF Controls | ChooseReportLayoutPage.ReportLayout |
| .NET Reporting Tools | ChooseReportLayoutPageView.ReportLayout |
| IChooseReportLayoutPageView.ReportLayout | |
| ReportInfo.Layout | |
| ReportModel.Layout |
The values listed by the ReportLayout enumeration are returned by the following properties.
See Also