Partilhar via


Propriedade do RDL StyleBase.BackgroundImage

Gets a background image for the object.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

StyleBase Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering