Propriedade do RDL Color
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
A Color object.
Consulte também