xtrareports-devexpress-dot-xtrareports-dot-wizards-a4f97280.md
Lists the report types available on the Choose a Report Type page of the Report Wizard.
Namespace : DevExpress.XtraReports.Wizards
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum ReportType
Public Enum ReportType
| 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.
|
| CrossTab | |
The following properties accept/return ReportType values:
| Library | Related API Members |
|---|---|
| WPF Controls | ChooseReportTypePage.ReportType |
| .NET Reporting Tools | ChooseReportTypePageView.ReportType |
| IChooseReportTypePageView.ReportType | |
| ReportModel.ReportType | |
| StandardReportType.Type |
The values listed by the ReportType enumeration are returned by the following properties.
See Also