ColorProperty Class

 

Updated: February 25, 2016

Represents a color property in the report.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)


public ref class ColorProperty : PropertyDefinition<ReportColor>

NameDescription
System_CAPS_pubmethodColorProperty(String^, Nullable<ReportColor>)

Initializes a new instance of the ColorProperty class.

NameDescription
System_CAPS_pubpropertyDefault

Gets the default value of the property.(Inherited from PropertyDefinition<T>.)

System_CAPS_pubpropertyName

The property name.(Inherited from PropertyDefinition.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIPropertyDefinition::Validate(Object^, Object^)

Validates whether the given value is of valid type T and within the minimum and maximum value.(Inherited from PropertyDefinition<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIPropertyDefinition::Default

Gets the default value of the property.(Inherited from PropertyDefinition<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIPropertyDefinition::Maximum

Gets the maximum value of the string property.(Inherited from PropertyDefinition<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIPropertyDefinition::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.

Return to top
Show: