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