StyleBase.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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object that represents the color of the background.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering