ColorProperty Class
Represents a color property in the report.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<ReportColor>
Microsoft.ReportingServices.RdlObjectModel.ColorProperty
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class ColorProperty _
Inherits PropertyDefinition(Of ReportColor)
'Usage
Dim instance As ColorProperty
public class ColorProperty : PropertyDefinition<ReportColor>
public ref class ColorProperty : public PropertyDefinition<ReportColor>
type ColorProperty =
class
inherit PropertyDefinition<ReportColor>
end
public class ColorProperty extends PropertyDefinition<ReportColor>
The ColorProperty type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ColorProperty | Initializes a new instance of the ColorProperty class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Default | The default value. (Inherited from PropertyDefinition<T>.) |
![]() |
Name | The property name. (Inherited from PropertyDefinition.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
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 | (Inherited from PropertyDefinition<T>.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)