Propiedad ReportViewer.ShowZoomControl

Indica si el cuadro de entrada Zoom es visible.

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

Sintaxis

'Declaración
<DefaultValueAttribute(True)> _
<CategoryAttribute("ToolBar")> _
<WebBrowsableAttribute(True)> _
Public Property ShowZoomControl As Boolean
'Uso
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowZoomControl

instance.ShowZoomControl = value
[DefaultValueAttribute(true)] 
[CategoryAttribute("ToolBar")] 
[WebBrowsableAttribute(true)] 
public bool ShowZoomControl { get; set; }
[DefaultValueAttribute(true)] 
[CategoryAttribute(L"ToolBar")] 
[WebBrowsableAttribute(true)] 
public:
bool ShowZoomControl {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowZoomControl ()

/** @property */
public void set_ShowZoomControl (boolean value)
public function get ShowZoomControl () : boolean

public function set ShowZoomControl (value : boolean)

Valor de la propiedad

Un valor Boolean. El valor predeterminado es true.

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms