Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#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
.NET Reporting Tools ChooseReportLayoutPageView.ReportLayout
IChooseReportLayoutPageView.ReportLayout
ReportInfo.Layout
ReportModel.Layout

#Remarks

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

See Also