Sdílet prostřednictvím


Style.BackgroundImage Property

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)