Udostępnij przez


Właściwość Style.BackgroundImage

Obraz tła dla obiektu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property BackgroundImage As BackgroundImage
    Get
    Set
'Użycie
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)