ReportViewer.ShowZoomControl Property
Gets or sets a value that indicates whether the Zoom list box is visible.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
Public Property ShowZoomControl As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowZoomControl
instance.ShowZoomControl = value
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
public bool ShowZoomControl { get; set; }
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
public:
property bool ShowZoomControl {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowZoomControl ()
/** @property */
public void set_ShowZoomControl (boolean value)
public function get ShowZoomControl () : boolean
public function set ShowZoomControl (value : boolean)
Property Value
A Boolean value. The default value is true.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace