SearchEventArgs.SearchString Property

 

Returns the search string being used for the search.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public string SearchString { get; }
public:
property String^ SearchString {
    String^ get();
}
member SearchString : string with get
Public ReadOnly Property SearchString As String

Property Value

Type: System.String

A String value containing the search string.

See Also

SearchEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top