Back to Devexpress

ReportLayout Enum

xtrareports-devexpress-dot-xtrareports-dot-wizards-7f0d5d37.md

latest2.7 KB
Original Source

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

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum ReportLayout
vb
Public Enum ReportLayout

Members

NameDescription
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:

LibraryRelated API Members
WPF ControlsChooseReportLayoutPage.ReportLayout
.NET Reporting ToolsChooseReportLayoutPageView.ReportLayout
IChooseReportLayoutPageView.ReportLayout
ReportInfo.Layout
ReportModel.Layout

Remarks

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

See Also

DevExpress.XtraReports.Wizards Namespace