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

CrossTabColorScheme(Color, Color) Constructor

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public CrossTabColorScheme(
    Color grandTotalBackColor,
    Color totalBackColor
)

Parameters

Name Type
grandTotalBackColor Color
totalBackColor Color
See Also