Partilhar via


Classe ColorProperty

Represents a color property in the report.

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

Sintaxe

'Declaração
Public Class ColorProperty _
    Inherits PropertyDefinition(Of ReportColor)
'Uso
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>

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition< (Of < ( <'ReportColor> ) > ) >
      Microsoft.ReportingServices.RdlObjectModel..::..ColorProperty

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.