Propriété ReportViewer.ShowFindControls
Obtient ou définit une valeur qui indique si la zone de texte Rechercher est visible dans la barre d'outils.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ShowFindControls As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true si la zone de texte Rechercher est visible dans la barre d'outils ; false dans le cas contraire. La valeur par défaut est true.