Skip to main content

ReportType Enum

Lists the values that define the type 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 ReportType
Public Enum ReportType

Members

Name Description
Standard

The Standard report type.

Label

The Label report type.

Passed To

You can pass ReportType values to the ReportModel.ReportType property.

Remarks

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

See Also