Back to Devexpress

ReportStyleId Enum

xtrareports-devexpress-dot-xtrareports-dot-wizards-495e4599.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum ReportStyleId
vb
Public Enum ReportStyleId

Members

NameDescription
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.

|

The following properties accept/return ReportStyleId values:

LibraryRelated API Members
WPF ControlsReportStyleViewModel.StyleId
.NET Reporting ToolsChooseReportStylePageView.ReportStyleId
IChooseReportStylePageView.ReportStyleId
ReportModel.ReportStyleId

Remarks

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

See Also

DevExpress.XtraReports.Wizards Namespace