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 | Gets the default value of the property. (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 | Gets the default value of the property. (Inherited from PropertyDefinition<T>.) | |
IPropertyDefinition.Maximum | Gets the maximum value of the property definition. (Inherited from PropertyDefinition<T>.) | |
IPropertyDefinition.Minimum | Gets the minimum value of the property definition. (Inherited from PropertyDefinition<T>.) | |
IPropertyDefinition.Validate | Validates whether the given value is of valid type T and within the minimum and maximum value. (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.