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

ColorScheme Constructors

A color scheme that specifies the report control’s appearance.
Name Parameters Description
ColorScheme(String, Color, Color, Color, Color, Color, Color, Color) name, detail1Caption, detail2Caption, detail3Caption, detail1Odd, color1, color2, color3 Initializes a new instance of the ColorScheme class with the specified color components.
ColorScheme(String, Color) name, baseColor Initializes a new instance of the ColorScheme class with the specified base color.
ColorScheme(String, String, Color, Color, Color, Color, Color, Color, Color) name, displayName, detail1Caption, detail2Caption, detail3Caption, detail1Odd, color1, color2, color3 Initializes a new instance of the ColorScheme class with the specified scheme’s display name and color components.
ColorScheme(String, String, Color) name, displayName, baseColor Initializes a new instance of the ColorScheme class with the specified scheme’s display name and base color.
See Also