Share via


Style.BackgroundImage Property

Gets or sets the a background image for the object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property BackgroundImage As BackgroundImage 
    Get 
    Set
'Usage
Dim instance As Style 
Dim value As BackgroundImage 

value = instance.BackgroundImage

instance.BackgroundImage = value
public BackgroundImage BackgroundImage { get; set; }
public:
property BackgroundImage^ BackgroundImage {
    BackgroundImage^ get ();
    void set (BackgroundImage^ value);
}
member BackgroundImage : BackgroundImage with get, set
function get BackgroundImage () : BackgroundImage 
function set BackgroundImage (value : BackgroundImage)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.BackgroundImage
A BackgroundImage object.

See Also

Reference

Style Class

Microsoft.ReportingServices.RdlObjectModel Namespace