Partilhar via


Propriedade SearchEventArgs.SearchString

Returns the search string being used for the search.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: String
A string value containing the search string.

Consulte também

Referência

SearchEventArgs Classe

Namespace Microsoft.Reporting.WebForms