Compartir a través de


BackgroundColor Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property BackgroundColor As ReportColorProperty
    Get
'Uso
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