StyleBase.BackgroundColor Property
Gets an expression that evaluates to the color of the background.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property BackgroundColor As ReportColorProperty
Get
'Usage
Dim instance As StyleBase
Dim value As ReportColorProperty
value = instance.BackgroundColor
public abstract ReportColorProperty BackgroundColor { get; }
public:
virtual property ReportColorProperty^ BackgroundColor {
ReportColorProperty^ get () abstract;
}
abstract BackgroundColor : ReportColorProperty
abstract function get BackgroundColor () : ReportColorProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object that represents the color of the background.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace