Partager via


Propriété ReportViewer.ShowZoomControl

Indique si la zone de liste Zoom est visible.

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

Syntaxe

'Déclaration
Public Property ShowZoomControl As Boolean
    Get
    Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowZoomControl

instance.ShowZoomControl = value
public bool ShowZoomControl { get; set; }
public:
property bool ShowZoomControl {
    bool get ();
    void set (bool value);
}
member ShowZoomControl : bool with get, set
function get ShowZoomControl () : boolean
function set ShowZoomControl (value : boolean)

Valeur de propriété

Type : System.Boolean
Valeur Boolean. La valeur par défaut est true.

Voir aussi

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WinForms