Compartir a través de


ReportViewer.ZoomPercent (Propiedad)

Obtiene o establece el porcentaje de zoom utilizado para mostrar el informe.

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

Sintaxis

'Declaración
Public Property ZoomPercent As Integer
public int ZoomPercent { get; set; }
public:
property int ZoomPercent {
    int get ();
    void set (int value);
}
member ZoomPercent : int with get, set
function get ZoomPercent () : int
function set ZoomPercent (value : int)

Valor de propiedad

Tipo: Int32
Valor entero que contiene el porcentaje de zoom.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WinForms (Espacio de nombres)