Skip to main content

CrossTabColorScheme(Color, Color) Constructor

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public CrossTabColorScheme(
    Color grandTotalBackColor,
    Color totalBackColor
)

Parameters

Name Type
grandTotalBackColor Color
totalBackColor Color
See Also