ColorProperty Class
Updated: February 25, 2016
Represents a color property in the report.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Microsoft.ReportingServices.RdlObjectModel::PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel::PropertyDefinition<T>
Microsoft.ReportingServices.RdlObjectModel::ColorProperty
| Name | Description | |
|---|---|---|
![]() | ColorProperty(String^, Nullable<ReportColor>) | Initializes a new instance of the ColorProperty class. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets the default value of the property.(Inherited from PropertyDefinition<T>.) |
![]() | Name | The property name.(Inherited from PropertyDefinition.) |
| 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IPropertyDefinition::Validate(Object^, Object^) | Validates whether the given value is of valid type T and within the minimum and maximum value.(Inherited from PropertyDefinition<T>.) |
![]() ![]() | IPropertyDefinition::Default | Gets the default value of the property.(Inherited from PropertyDefinition<T>.) |
![]() ![]() | IPropertyDefinition::Maximum | Gets the maximum value of the string property.(Inherited from PropertyDefinition<T>.) |
![]() ![]() | IPropertyDefinition::Minimum | Gets the minimum definition of the object.(Inherited from PropertyDefinition<T>.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





