Skip to main content
A newer version of this page is available. .

ReportStyleId Enum

Lists the report styles available on the Choose a Report Style page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

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.

Related API Members

The following properties accept/return ReportStyleId values:

Library Related API Members
WPF Controls ReportStyleViewModel.StyleId
Reporting ChooseReportStylePageView.ReportStyleId
IChooseReportStylePageView.ReportStyleId
ReportModel.ReportStyleId

Remarks

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

See Also