Skip to main content

ReportStyleId Enum

Lists the values that define the style 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 ReportStyleId
Public Enum ReportStyleId

Members

Name Description
Bold

The Bold visual style.

Casual

The Casual visual style.

Compact

The Compact visual style.

Corporate

The Corporate visual style.

Formal

The Formal visual style.

Passed To

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

Remarks

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

See Also