Condividi tramite


Proprietà Style.Color

Gets an expression that evaluates to the foreground color.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property Color As ReportColorProperty 
    Get
'Utilizzo
Dim instance As Style 
Dim value As ReportColorProperty 

value = instance.Color
public override ReportColorProperty Color { get; }
public:
virtual property ReportColorProperty^ Color {
    ReportColorProperty^ get () override;
}
abstract Color : ReportColorProperty 
override Color : ReportColorProperty
override function get Color () : ReportColorProperty

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object that represents the foreground color.

Vedere anche

Riferimento

Style Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering