Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the percentage of zoom used for the report display.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
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
Property Value
Type: System.Int32
An integer value containing the percentage of zoom.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top