Back to Devexpress

ReportType Enum

xtrareports-devexpress-dot-xtrareports-dot-wizards-a4f97280.md

latest2.4 KB
Original Source

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

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum ReportType
vb
Public Enum ReportType

Members

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

LibraryRelated API Members
WPF ControlsChooseReportTypePage.ReportType
.NET Reporting ToolsChooseReportTypePageView.ReportType
IChooseReportTypePageView.ReportType
ReportModel.ReportType
StandardReportType.Type

Remarks

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

See Also

DevExpress.XtraReports.Wizards Namespace