ReportViewer.BackgroundImageLayout, propriété
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 (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Overrides Property BackgroundImageLayout As ImageLayout
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 : ImageLayout
Objet ImageLayout qui contient la disposition de l'image d'arrière-plan du contrôle ReportViewer.