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

ChooseReportStylePageView.ReportStyleId Property

Specifies the report visual style.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public ReportStyleId ReportStyleId { get; set; }

Property Value

Type Description
ReportStyleId

A ReportStyleId enumeration value.

Available values:

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.

Implements

See Also