ColorProperty Members
Include Protected Members
Include Inherited Members
Represents a color property in the report.
The ColorProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ColorProperty(String, Nullable<ReportColor>) | Initializes a new instance of the ColorProperty class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Default | The default value. (Inherited from PropertyDefinition<T>.) | |
Name | The property name. (Inherited from PropertyDefinition.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IPropertyDefinition.Default | (Inherited from PropertyDefinition<T>.) | |
IPropertyDefinition.Maximum | (Inherited from PropertyDefinition<T>.) | |
IPropertyDefinition.Minimum | (Inherited from PropertyDefinition<T>.) | |
IPropertyDefinition.Validate(Object, Object) | (Inherited from PropertyDefinition<T>.) |
Top