Compartir a través de


ReportViewer.ZoomPercent (Propiedad)

 

Publicada: abril de 2016

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

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

Valor de propiedad

Type: System.Int32

Valor entero que contiene el porcentaje de zoom.

Vea también

ReportViewer (Clase)
Microsoft.Reporting.WinForms (Espacio de nombres)

Volver al principio