Share via


ColorProperty Class

Represents a color property in the report.

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>

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<ReportColor>
      Microsoft.ReportingServices.RdlObjectModel.ColorProperty

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.