Partager via


Propriété Style.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 Overrides ReadOnly Property BackgroundImage As BackgroundImage 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Style Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering