Partager via


Propriété 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