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.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property SearchState As SearchState
    Get
    Private Set
'Utilisation
Dim instance As ReportViewer
Dim value As SearchState

value = instance.SearchState
[BrowsableAttribute(false)]
public SearchState SearchState { get; private set; }
[BrowsableAttribute(false)]
public:
property SearchState^ SearchState {
    SearchState^ get ();
    private: void set (SearchState^ value);
}
[<BrowsableAttribute(false)>]
member SearchState : SearchState with get, private set
function get SearchState () : SearchState
private function set SearchState (value : SearchState)

Valeur de propriété

Type : Microsoft.Reporting.WebForms.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.WebForms