SearchEventArgs.SearchString, propriété
Renvoie la chaîne recherchée utilisée pour la recherche.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SearchString As String
public string SearchString { get; }
public:
property String^ SearchString {
String^ get ();
}
member SearchString : string with get
function get SearchString () : String
Valeur de propriété
Type : String
Valeur String contenant la chaîne recherchée.