ReportViewer.ShowFindControls, propriété
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 (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ShowFindControls As Boolean
[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 : 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.