Partager via


Propriété Style.Color

Gets an expression that evaluates to the foreground color.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property Color As ReportColorProperty 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Style Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering