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

ColorScheme Members

A color scheme that specifies the report control’s appearance.

Constructors

Name Description
ColorScheme(String, Color, Color, Color, Color, Color, Color, Color) Initializes a new instance of the ColorScheme class with the specified color components.
ColorScheme(String, Color) Initializes a new instance of the ColorScheme class with the specified base color.
ColorScheme(String, String, Color, Color, Color, Color, Color, Color, Color) Initializes a new instance of the ColorScheme class with the specified scheme’s display name and color components.
ColorScheme(String, String, Color) Initializes a new instance of the ColorScheme class with the specified scheme’s display name and base color.

Properties

Name Description
BaseColor Specifies the scheme’s base color.
Color1 Specifies the foreground color for the report title and the Page Info control.
Color2 Specifies the background color for the report control on the Group Footer band of the master-detail report’s third level and deeper levels.
Color3 Specifies the foreground color for the master-detail report’s total captions.
Detail1CaptionColor Specifies the background color for captions on the master-detail report’s first level.
Detail2CaptionColor Specifies the background color for captions on the master-detail report’s second level.
DetailOddColor Specifies the background color for the report control that displays an odd record from the bound dataset.
DisplayName Specifies the color scheme name displayed on the Choose a Report Color Scheme wizard page.
GroupCaption3Color Specifies the background color for captions on the master-detail report’s third level and captions on deeper levels.
IsLightColor Specifies whether or not the scheme’s base color is light.
Name Specifies the color scheme name.

Methods

Name Description
Clone() Creates a new ColorScheme instance, which is a copy of the current instance.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether or not the specified object is equal to the current ColorScheme instance.
GetHashCode() Gets the hash code that corresponds to the value of the current ColorScheme object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also