Partager via


Propriété ReportViewer.SearchState

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 (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property SearchState As SearchState
    Get
'Utilisation
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

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

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WinForms