Compartir a través de


ReportViewer.SearchState (Propiedad)

 

Publicada: abril de 2016

Obtiene el texto de búsqueda y la página principal de la operación de búsqueda del informe actual.

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

Sintaxis

[BrowsableAttribute(false)]
public SearchState SearchState { get; }
public:
[BrowsableAttribute(false)]
property SearchState^ SearchState {
    SearchState^ get();
}
[<BrowsableAttribute(false)>]
member SearchState : SearchState with get
<BrowsableAttribute(False)>
Public ReadOnly Property SearchState As SearchState

Valor de propiedad

Type: Microsoft.Reporting.WinForms.SearchState

Objeto SearchState o null si no hay ninguna operación de búsqueda en informe en curso.

Vea también

ReportViewer (Clase)
Microsoft.Reporting.WinForms (Espacio de nombres)

Volver al principio