ReportViewer.Find, méthode
Recherche la chaîne de texte spécifiée dans le rapport.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Function Find ( _
searchString As String, _
startPage As Integer _
) As Integer
public int Find(
string searchString,
int startPage
)
public:
int Find(
String^ searchString,
int startPage
)
member Find :
searchString:string *
startPage:int -> int
public function Find(
searchString : String,
startPage : int
) : int
Paramètres
- searchString
Type : String
Chaîne recherchée.
- startPage
Type : Int32
Numéro de la page à laquelle la recherche doit commencer.
Valeur de retour
Type : 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.