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

ReportModel.ReportColorScheme Property

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

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