Proprietà ReportViewer.BackgroundImageLayout

Recupera o imposta il layout per l'immagine di sfondo del controllo ReportViewer.

Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Sintassi

'Dichiarazione
Public Overrides Property BackgroundImageLayout As ImageLayout
'Utilizzo
Dim instance As ReportViewer
Dim value As ImageLayout

value = instance.BackgroundImageLayout

instance.BackgroundImageLayout = value
public override ImageLayout BackgroundImageLayout { get; set; }
public:
virtual ImageLayout BackgroundImageLayout {
    ImageLayout get () override;
    void set (ImageLayout value) override;
}
/** @property */
public ImageLayout get_BackgroundImageLayout ()

/** @property */
public void set_BackgroundImageLayout (ImageLayout value)
public override function get BackgroundImageLayout () : ImageLayout

public override function set BackgroundImageLayout (value : ImageLayout)

Valore proprietà

Oggetto ImageLayout contenente il layout per l'immagine di sfondo del controllo ReportViewer.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WinForms