Compartilhar via


Propriedade do RDL ReportColor.Color

Gets or sets the color.

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

Sintaxe

'Declaração
Public Property Color As Color 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Drawing.Color
The color object.

Consulte também

Referência

ReportColor Estrutura

Namespace Microsoft.ReportingServices.RdlObjectModel