Style.BackgroundImage Propiedad
Gets a background image for the object.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property BackgroundImage As BackgroundImage
Get
'Uso
Dim instance As Style
Dim value As BackgroundImage
value = instance.BackgroundImage
public override BackgroundImage BackgroundImage { get; }
public:
virtual property BackgroundImage^ BackgroundImage {
BackgroundImage^ get () override;
}
abstract BackgroundImage : BackgroundImage
override BackgroundImage : BackgroundImage
override function get BackgroundImage () : BackgroundImage
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage
A BackgroundImage object that represents the background image for the style.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering