Style.Color Property

Definition

Gets an expression that evaluates to the foreground color.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportColorProperty ^ Color { Microsoft::ReportingServices::OnDemandReportRendering::ReportColorProperty ^ get(); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty Color { get; }
member this.Color : Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
Public Overrides ReadOnly Property Color As ReportColorProperty

Property Value

A ReportColorProperty object that represents the foreground color.

Applies to