ColorProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a color property in the report.
public ref class ColorProperty : Microsoft::ReportingServices::RdlObjectModel::PropertyDefinition<Microsoft::ReportingServices::RdlObjectModel::ReportColor>
public class ColorProperty : Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<Microsoft.ReportingServices.RdlObjectModel.ReportColor>
type ColorProperty = class
inherit PropertyDefinition<ReportColor>
Public Class ColorProperty
Inherits PropertyDefinition(Of ReportColor)
- Inheritance
Constructors
ColorProperty(String, Nullable<ReportColor>) |
Initializes a new instance of the ColorProperty class. |
Properties
Default |
Gets the default value of the property. (Inherited from PropertyDefinition<T>) |
Name |
The property name. (Inherited from PropertyDefinition) |
Explicit Interface Implementations
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>) |
IPropertyDefinition.Validate(Object, Object) |
Validates whether the given value is of valid type |