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 MustOverride ReadOnly Property Color As ReportColorProperty
Get
'Utilisation
Dim instance As StyleBase
Dim value As ReportColorProperty
value = instance.Color
public abstract ReportColorProperty Color { get; }
public:
virtual property ReportColorProperty^ Color {
ReportColorProperty^ get () abstract;
}
abstract Color : ReportColorProperty
abstract function get Color () : ReportColorProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColorProperty
A ReportColorProperty object.
Voir aussi