Partager via


Propriété ReportViewer.ShowZoomControl

 

Publication: mars 2016

Indique si la zone de liste Zoom est visible.

Espace de noms:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

public bool ShowZoomControl { get; set; }
public:
property bool ShowZoomControl {
    bool get();
    void set(bool value);
}
member ShowZoomControl : bool with get, set
Public Property ShowZoomControl As Boolean

Valeur de propriété

Type: System.Boolean

Valeur Boolean.La valeur par défaut est true.

Voir aussi

ReportViewer, classe
Microsoft.Reporting.WinForms, espace de noms

Retour au début