Compartir a través de


ReportViewer.ShowZoomControl (Propiedad)

Obtiene o establece un valor que indica si el cuadro de lista Zoom está visible.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
Public Property ShowZoomControl As Boolean
[WebBrowsableAttribute(true)]
public bool ShowZoomControl { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowZoomControl {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowZoomControl : bool with get, set
function get ShowZoomControl () : boolean
function set ShowZoomControl (value : boolean)

Valor de propiedad

Tipo: Boolean
Valor de tipo Boolean.El valor predeterminado es true.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WebForms (Espacio de nombres)