Właściwość ReportViewer.ZoomMode —
Gets or sets the zoom mode of the control.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property ZoomMode As ZoomMode
[WebBrowsableAttribute(true)]
public ZoomMode ZoomMode { get; set; }
[WebBrowsableAttribute(true)]
public:
property ZoomMode ZoomMode {
ZoomMode get ();
void set (ZoomMode value);
}
[<WebBrowsableAttribute(true)>]
member ZoomMode : ZoomMode with get, set
function get ZoomMode () : ZoomMode
function set ZoomMode (value : ZoomMode)
Wartość właściwości
Typ: Microsoft.Reporting.WebForms.ZoomMode
A ZoomMode enumerator value indicating the zoom mode of the control. The default value is 100%.
Uwagi
The Zoom drop-down list contains the following options: 500%, 200%, 150%, 100%, 75%, 50%, 25%, Page Width and Whole Page.