Propriété BackgroundImage
A background image for the object.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property BackgroundImage As BackgroundImage
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .BackgroundImage
A BackgroundImage object.