Partager via


Propriété ReportViewer.ShowFindControls

 

Publication: mars 2016

Indique si la zone de texte Rechercher est visible dans le contrôle.

Espace de noms:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

public bool ShowFindControls { get; set; }
public:
property bool ShowFindControls {
    bool get();
    void set(bool value);
}
member ShowFindControls : bool with get, set
Public Property ShowFindControls As Boolean

Valeur de propriété

Type: System.Boolean

Valeur Boolean.La valeur par défaut est true.

Voir aussi

ReportViewer, classe
Microsoft.Reporting.WinForms, espace de noms

Retour au début