Freigeben über


ColorProperty-Klasse

Represents a color property in the report.

Vererbungshierarchie

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

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>

Der ColorProperty-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ColorProperty Initializes a new instance of the ColorProperty class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Default Gets the default value of the property. (Geerbt von PropertyDefinition<T>.)
Öffentliche Eigenschaft Name The property name. (Geerbt von PropertyDefinition.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Eigenschaft IPropertyDefinition.Default Gets the default value of the property. (Geerbt von PropertyDefinition<T>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IPropertyDefinition.Maximum Gets the maximum value of the property definition. (Geerbt von PropertyDefinition<T>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IPropertyDefinition.Minimum Gets the minimum value of the property definition. (Geerbt von PropertyDefinition<T>.)
Explizite SchnittstellenimplementierungPrivate Methode IPropertyDefinition.Validate Validates whether the given value is of valid type T and within the minimum and maximum value. (Geerbt von PropertyDefinition<T>.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace