ReportViewer.SearchState (Propiedad)
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
'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property SearchState As SearchState
[BrowsableAttribute(false)]
public SearchState SearchState { get; }
[BrowsableAttribute(false)]
public:
property SearchState^ SearchState {
SearchState^ get ();
}
[<BrowsableAttribute(false)>]
member SearchState : SearchState with get
function get SearchState () : SearchState
Valor de propiedad
Tipo: Microsoft.Reporting.WinForms.SearchState
Objeto SearchState o null si no hay ninguna operación de búsqueda en informe en curso.