Propriété ReportViewer.BackgroundImageLayout
Obtient ou définit la disposition de l'image d'arrière-plan du contrôle ReportViewer.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Overrides Property BackgroundImageLayout As ImageLayout
Get
Set
'Utilisation
Dim instance As ReportViewer
Dim value As ImageLayout
value = instance.BackgroundImageLayout
instance.BackgroundImageLayout = value
public override ImageLayout BackgroundImageLayout { get; set; }
public:
virtual property ImageLayout BackgroundImageLayout {
ImageLayout get () override;
void set (ImageLayout value) override;
}
abstract BackgroundImageLayout : ImageLayout with get, set
override BackgroundImageLayout : ImageLayout with get, set
override function get BackgroundImageLayout () : ImageLayout
override function set BackgroundImageLayout (value : ImageLayout)
Valeur de propriété
Type : System.Windows.Forms.ImageLayout
Objet ImageLayout qui contient la disposition de l'image d'arrière-plan du contrôle ReportViewer.