Partager via


Propriété StyleBase.BackgroundImage

Gets a background image for the object.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property BackgroundImage As BackgroundImage 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

StyleBase Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering