Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Indica se la casella di testo Zoom è visibile.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Sintassi
'Dichiarazione
<SRDescriptionAttribute("ShowZoomButtonDesc")> _
<CategoryAttribute("Toolbar")> _
<DefaultValueAttribute(True)> _
Public Property ShowZoomControl As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowZoomControl
instance.ShowZoomControl = value
[SRDescriptionAttribute("ShowZoomButtonDesc")]
[CategoryAttribute("Toolbar")]
[DefaultValueAttribute(true)]
public bool ShowZoomControl { get; set; }
[CategoryAttribute(L"Toolbar")]
[DefaultValueAttribute(true)]
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.WinForms