Właściwość ReportViewer.ZoomCalculated —
Gets the page zoom that is calculated based on the zoom mode.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property ZoomCalculated As Integer
[BrowsableAttribute(false)]
public int ZoomCalculated { get; }
[BrowsableAttribute(false)]
public:
property int ZoomCalculated {
int get ();
}
[<BrowsableAttribute(false)>]
member ZoomCalculated : int with get
function get ZoomCalculated () : int
Wartość właściwości
Typ: Int32
An integer that represents the calculated zoom percentage. The default value is 100.
Uwagi
When ZoomMode is set to FullPage or PageWidth, this property returns the calculated zoom value rounded to the nearest integer. The minimum value is 1. When ZoomMode is set to Percent, this property returns the same value as ZoomPercent.
If no report page is currently displayed, the value 100 is returned.