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
    Get
'Utilizzo
Dim instance As ReportViewer
Dim value As SearchState

value = instance.SearchState
[BrowsableAttribute(false)]
public SearchState SearchState { get; }
[BrowsableAttribute(false)]
public:
property SearchState^ SearchState {
    SearchState^ get ();
}
[<BrowsableAttribute(false)>]
member SearchState : SearchState
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

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms