ReportViewer.Find, méthode
Recherche la chaîne de texte spécifiée dans le rapport qui se trouve dans la zone de rapport, à partir du numéro de page spécifié.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public Sub Find ( _
searchText As String, _
startPage As Integer _
)
public void Find(
string searchText,
int startPage
)
public:
void Find(
String^ searchText,
int startPage
)
member Find :
searchText:string *
startPage:int -> unit
public function Find(
searchText : String,
startPage : int
)
Paramètres
- searchText
Type : String
Chaîne recherchée.
- startPage
Type : Int32
Numéro de la page à laquelle la recherche doit commencer.