Partilhar via


Propriedade ReportViewer.ZoomPercent

Obtém ou define o percentual de zoom usado para a exibição do relatório.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Int32
Um valor integer que contém o percentual de zoom.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WinForms