Partager via


Classe ColorProperty

Represents a color property in the report.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class ColorProperty _
    Inherits PropertyDefinition(Of ReportColor)
'Utilisation
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>

Le type ColorProperty expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ColorProperty Initializes a new instance of the ColorProperty class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Default Gets the default value of the property. (hérité de PropertyDefinition<T>.)
Propriété publique Name The property name. (hérité de PropertyDefinition.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface explicitePropriété privée IPropertyDefinition.Default Gets the default value of the property. (hérité de PropertyDefinition<T>.)
Implémentation d'interface explicitePropriété privée IPropertyDefinition.Maximum Gets the maximum value of the property definition. (hérité de PropertyDefinition<T>.)
Implémentation d'interface explicitePropriété privée IPropertyDefinition.Minimum Gets the minimum value of the property definition. (hérité de PropertyDefinition<T>.)
Implémentation d'interface expliciteMéthode privée IPropertyDefinition.Validate Validates whether the given value is of valid type T and within the minimum and maximum value. (hérité de PropertyDefinition<T>.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel