SearchEventArgs.SearchString Property
Returns the search string being used for the search.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public ReadOnly Property SearchString As String
'Usage
Dim instance As SearchEventArgs
Dim value As String
value = instance.SearchString
public string SearchString { get; }
public:
property String^ SearchString {
String^ get ();
}
/** @property */
public String get_SearchString ()
public function get SearchString () : String
Property Value
A string value containing the search string.
See Also
Reference
SearchEventArgs Class
SearchEventArgs Members
Microsoft.Reporting.WebForms Namespace