Freigeben über


ReportColor.Color-Eigenschaft

Gets or sets the color.

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

Syntax

'Declaration
Public Property Color As Color 
    Get 
    Set
'Usage
Dim instance As ReportColor 
Dim value As Color 

value = instance.Color

instance.Color = value
public Color Color { get; set; }
public:
property Color Color {
    Color get ();
    void set (Color value);
}
member Color : Color with get, set
function get Color () : Color 
function set Color (value : Color)

Eigenschaftswert

Typ: System.Drawing.Color
The color object.

Siehe auch

Verweis

ReportColor Struktur

Microsoft.ReportingServices.RdlObjectModel-Namespace