Partilhar via


Propriedade ReportViewer.ZoomPercent

Obtém ou define a porcentagem de zoom a ser usada ao exibir o relatório.

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

Sintaxe

'Declaração
<WebBrowsableAttribute(True)> _
Public Property ZoomPercent As Integer
[WebBrowsableAttribute(true)]
public int ZoomPercent { get; set; }
[WebBrowsableAttribute(true)]
public:
property int ZoomPercent {
    int get ();
    void set (int value);
}
[<WebBrowsableAttribute(true)>]
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 a porcentagem de zoom.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WebForms