Proprietà ReportViewer.ShowZoomControl
Ottiene o imposta un valore che indica se la casella di riepilogo Zoom è visibile.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ShowZoomControl As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
Valore boolean. Il valore predefinito è true.