StyleBase.BackgroundImage Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage
A BackgroundImage object.