Proprietà ReportViewer.ShowFindControls
Recupera o imposta un valore che indica se la casella di testo Trova è visibile nella barra degli strumenti.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ShowFindControls As Boolean
Get
Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowFindControls
instance.ShowFindControls = value
[WebBrowsableAttribute(true)]
public bool ShowFindControls { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowFindControls {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowFindControls : bool with get, set
function get ShowFindControls () : boolean
function set ShowFindControls (value : boolean)
Valore proprietà
Tipo: System.Boolean
true se la casella di testo Trova è visibile nella barra degli strumenti; in caso contrario, false. Il valore predefinito è true.