Partager via


Propriété ReportViewer.SearchState

 

Publication: mars 2016

Obtient le texte recherché et la page de démarrage de l'opération actuelle de recherche de rapports.

Espace de noms:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

[BrowsableAttribute(false)]
public SearchState SearchState { get; }
public:
[BrowsableAttribute(false)]
property SearchState^ SearchState {
    SearchState^ get();
}
[<BrowsableAttribute(false)>]
member SearchState : SearchState with get
<BrowsableAttribute(False)>
Public ReadOnly Property SearchState As SearchState

Valeur de propriété

Type: Microsoft.Reporting.WinForms.SearchState

Objet SearchState, ou valeur null si aucune opération de recherche de rapports n'est en cours.

Voir aussi

ReportViewer, classe
Microsoft.Reporting.WinForms, espace de noms

Retour au début