Compartir a través de


BackgroundColor Propiedad

Color of the background

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property BackgroundColor As ReportColorProperty
    Get
'Uso
Dim instance As Style
Dim value As ReportColorProperty

value = instance.BackgroundColor
public override ReportColorProperty BackgroundColor { get; }
public:
virtual property ReportColorProperty^ BackgroundColor {
    ReportColorProperty^ get () override;
}
abstract BackgroundColor : ReportColorProperty
override BackgroundColor : ReportColorProperty
override function get BackgroundColor () : ReportColorProperty