ReportViewer.ZoomPercent Property
Gets or sets the zoom percentage to use when displaying the report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(100)> _
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
Public Property ZoomPercent As Integer
'Usage
Dim instance As ReportViewer
Dim value As Integer
value = instance.ZoomPercent
instance.ZoomPercent = value
[DefaultValueAttribute(100)]
[CategoryAttribute("Appearance")]
[WebBrowsableAttribute(true)]
public int ZoomPercent { get; set; }
[DefaultValueAttribute(100)]
[CategoryAttribute(L"Appearance")]
[WebBrowsableAttribute(true)]
public:
property 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)
Property Value
An integer value that contains the zoom percentage.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace