Partager via


Propriété ReportColor.Color

Gets or sets the color.

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

Syntaxe

'Déclaration
Public Property Color As Color 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Drawing.Color
The color object.

Voir aussi

Référence

ReportColor Structure

Espace de noms Microsoft.ReportingServices.RdlObjectModel