Skip to main content

ReportModel.ReportColorScheme Property

Specifies the color scheme applied to the report’s controls.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ColorScheme ReportColorScheme { get; set; }

Property Value

Type Description
ColorScheme

A ColorScheme object that specifies the color scheme applied to the report’s controls.

See Also