Skip to main content
A newer version of this page is available. .

ReportType Enum

Lists the report types available on the Choose a Report Type page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public enum ReportType

Members

Name Description
Standard

The Standard report type.

Vertical
Label

The Label report type.

Empty

The Empty report type.

ReportStorage

For internal use.

Template

The Template report type.

Related API Members

The following properties accept/return ReportType values:

Library Related API Members
WPF Controls ChooseReportTypePage.ReportType
Reporting ChooseReportTypePageView.ReportType
IChooseReportTypePageView.ReportType
ReportModel.ReportType

Remarks

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

See Also