Proprietà ReportViewer.ShowZoomControl
Indica se la casella di input Zoom è visibile.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Sintassi
'Dichiarazione
<SRDescriptionAttribute("ShowZoomButtonDesc")> _
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("ToolBar")> _
Public Property ShowZoomControl As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowZoomControl
instance.ShowZoomControl = value
[SRDescriptionAttribute("ShowZoomButtonDesc")]
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
[CategoryAttribute("ToolBar")]
public bool ShowZoomControl { get; set; }
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
[CategoryAttribute(L"ToolBar")]
public:
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)
Valore proprietà
Valore Boolean. Il valore predefinito è true.
Vedere anche
Riferimento
Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms