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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColorProperty
A ReportColorProperty object.
Vea también