Compartir a través de


StyleBaseInstance.Color Propiedad

Gets the calculated value of the Color property in a StyleBase class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride Property Color As ReportColor 
    Get 
    Set
'Uso
Dim instance As StyleBaseInstance 
Dim value As ReportColor 

value = instance.Color

instance.Color = value
public abstract ReportColor Color { get; set; }
public:
virtual property ReportColor^ Color {
    ReportColor^ get () abstract;
    void set (ReportColor^ value) abstract;
}
abstract Color : ReportColor with get, set
abstract function get Color () : ReportColor 
abstract function set Color (value : ReportColor)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor value that represents the calculated value of the Color property.

Vea también

Referencia

StyleBaseInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering