Freigeben über


ReportViewer.ShowZoomControl-Eigenschaft

Ruft einen Wert ab (bzw. legt diesen fest), der angibt, ob das Listenfeld Zoom angezeigt wird.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
Public Property ShowZoomControl As Boolean
    Get
    Set
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowZoomControl

instance.ShowZoomControl = value
[WebBrowsableAttribute(true)]
public bool ShowZoomControl { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowZoomControl {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowZoomControl : bool with get, set
function get ShowZoomControl () : boolean
function set ShowZoomControl (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Ein Boolean-Wert. Der Standardwert ist true.

Siehe auch

Verweis

ReportViewer Klasse

Microsoft.Reporting.WebForms-Namespace