Partilhar via


Propriedade ReportViewer.SearchState

Obtém o texto de pesquisa e a página inicial da operação de busca do relatório atual.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
<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 propriedade

Tipo: Microsoft.Reporting.WinForms.SearchState
Um objeto SearchState ou nulo se não houver uma operação de busca do relatório em andamento.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WinForms