Compartir a través de


SearchEventArgs.SearchString (Propiedad)

Devuelve la cadena de búsqueda que se usa en la búsqueda.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: String
Un valor string que contiene la cadena de búsqueda.

Vea también

Referencia

SearchEventArgs Clase

Microsoft.Reporting.WebForms (Espacio de nombres)