Freigeben über


StyleBase.BackgroundImage-Eigenschaft

Gets a background image for the object.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property BackgroundImage As BackgroundImage 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

StyleBase Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace