Compartir a través de


StyleBase.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 MustOverride ReadOnly Property BackgroundImage As BackgroundImage 
    Get
'Uso
Dim instance As StyleBase 
Dim value As BackgroundImage 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage
A BackgroundImage object that represents a background image for the object.

Vea también

Referencia

StyleBase Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering