Condividi tramite


Proprietà ReportViewer.SearchState

Recupera il testo di ricerca e la pagina iniziale dell'operazione di ricerca del rapporto corrente.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
<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

Valore proprietà

Tipo: Microsoft.Reporting.WinForms.SearchState
Oggetto SearchState oppure null se non è in corso un'operazione di ricerca del rapporto.

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms