Condividi tramite


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
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Windows.Forms.ImageLayout
Oggetto ImageLayout contenente il layout per l'immagine di sfondo del controllo ReportViewer.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms