Partager via


Méthode ReportViewer.FindNext

Continue à rechercher la chaîne de texte spécifiée.

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

Syntaxe

'Déclaration
Public Function FindNext As Integer
'Utilisation
Dim instance As ReportViewer
Dim returnValue As Integer

returnValue = instance.FindNext()
public int FindNext()
public:
int FindNext()
member FindNext : unit -> int 
public function FindNext() : int

Valeur de retour

Type : System.Int32
Valeur integer qui contient le numéro de la page sur laquelle la chaîne recherchée a été trouvée ou 0 si la chaîne recherchée est introuvable.

Voir aussi

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WinForms