Skip to main content
A newer version of this page is available.
All docs
V18.2

ReportModel.ReportType Property

Specifies the report type.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

public ReportType ReportType { get; set; }

Property Value

Type Description
ReportType

A ReportType enumeration value.

Available values:

Name Description
Standard

The Standard report type.

Label

The Label report type.

Empty

For internal use.

ReportStorage

For internal use.

See Also