ColorProperty-Klasse
Represents a color property in the report.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition< (Of < ( <'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 | |
---|---|---|
ColorProperty | Initializes a new instance of the ColorProperty class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Default | The default value. (Geerbt von PropertyDefinition< (Of < ( <'T> ) > ) >.) | |
Name | The property name. (Geerbt von PropertyDefinition.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IPropertyDefinition. . :: . .Default | (Geerbt von PropertyDefinition< (Of < ( <'T> ) > ) >.) | |
IPropertyDefinition. . :: . .Maximum | (Geerbt von PropertyDefinition< (Of < ( <'T> ) > ) >.) | |
IPropertyDefinition. . :: . .Minimum | (Geerbt von PropertyDefinition< (Of < ( <'T> ) > ) >.) | |
IPropertyDefinition. . :: . .Validate | (Geerbt von PropertyDefinition< (Of < ( <'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.