Propiedad ReportViewer.ZoomPercent
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
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(100)> _
Public Property ZoomPercent As Integer
'Uso
Dim instance As ReportViewer
Dim value As Integer
value = instance.ZoomPercent
instance.ZoomPercent = value
[CategoryAttribute("Appearance")]
[DefaultValueAttribute(100)]
public int ZoomPercent { get; set; }
[CategoryAttribute(L"Appearance")]
[DefaultValueAttribute(100)]
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.WinForms