Style.BackgroundColor Property

Definition

Gets an expression that evaluates to the color of the background.

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

Property Value

A ReportColorProperty object that represents the color of the background.

Applies to