ColorScheme Members
In This Article
#Constructors
Name | Description |
---|---|
Color |
Initializes a new instance of the Color |
Color |
Initializes a new instance of the Color |
Color |
Initializes a new instance of the Color |
Color |
Initializes a new instance of the Color |
#Properties
Name | Description |
---|---|
Base |
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. |
Cross |
|
Detail1Caption |
Specifies the background color for captions on the master-detail report’s first level. |
Detail2Caption |
Specifies the background color for captions on the master-detail report’s second level. |
Detail |
Specifies the background color for the report control that displays an odd record from the bound dataset. |
Display |
Specifies the color scheme name displayed on the Choose a Report Color Scheme wizard page. |
Group |
Specifies the background color for captions on the master-detail report’s third level and captions on deeper levels. |
Is |
Specifies whether or not the scheme’s base color is light. |
Name | Specifies the color scheme name. |
#Methods
Name | Description |
---|---|
Clone() |
Creates a new Color |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether or not the specified object is equal to the current Color |
Get |
Gets the hash code that corresponds to the value of the current Color |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also