Share via


Propiedad ReportViewer.ZoomPercent

Obtiene o establece el porcentaje de zoom que se utiliza para mostrar el informe.

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

Sintaxis

'Declaración
<DefaultValueAttribute(100)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property ZoomPercent As Integer
'Uso
Dim instance As ReportViewer
Dim value As Integer

value = instance.ZoomPercent

instance.ZoomPercent = value
[DefaultValueAttribute(100)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute("Appearance")] 
public int ZoomPercent { get; set; }
[DefaultValueAttribute(100)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"Appearance")] 
public:
int ZoomPercent {
    int get ();
    void set (int value);
}
/** @property */
public int get_ZoomPercent ()

/** @property */
public void set_ZoomPercent (int value)
public function get ZoomPercent () : int

public function set ZoomPercent (value : int)

Valor de la propiedad

Un valor integer que contiene el porcentaje de zoom.

Consulte también

Referencia

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