Compartir a través de


Style.BackgroundImage Propiedad

Gets or sets the a background image for the object.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property BackgroundImage As BackgroundImage 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Style Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel