Propriété ReportViewer.ShowFindControls
Indique si la zone de texte Rechercher est visible dans le contrôle.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Property ShowFindControls As Boolean
Get
Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowFindControls
instance.ShowFindControls = value
public bool ShowFindControls { get; set; }
public:
property bool ShowFindControls {
bool get ();
void set (bool value);
}
member ShowFindControls : bool with get, set
function get ShowFindControls () : boolean
function set ShowFindControls (value : boolean)
Valeur de propriété
Type : System.Boolean
Valeur Boolean. La valeur par défaut est true.