Skip to main content

ReportLayout Enum

Lists the values that define the layout of a report that is being created using End-User Reporting.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v14.2.dll

Declaration

public enum ReportLayout
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.

Passed To

You can pass ReportLayout values to the ReportModel.Layout property.

Remarks

The values listed by the ReportLayout enumeration are used to set the DevExpress.Data.XtraReports.Wizard.ReportModel.Layout property.

See Also