ReportModel.ReportStyleId Property
In This Article
Specifies the report visual style.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public ReportStyleId ReportStyleId { get; set; }
#Property Value
Type | Description |
---|---|
Report |
A Report |
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. |
See Also