Propriedade do RDL Style.BackgroundImage
Gets or sets the a background image for the object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.BackgroundImage
A BackgroundImage object.