ReportExecutionService.FindStringAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FindStringAsync(Int32, Int32, String)
public:
void FindStringAsync(int StartPage, int EndPage, System::String ^ FindValue);
public void FindStringAsync(int StartPage, int EndPage, string FindValue);
member this.FindStringAsync : int * int * string -> unit
Public Sub FindStringAsync (StartPage As Integer, EndPage As Integer, FindValue As String)
Paramètres
- StartPage
- Int32
- EndPage
- Int32
- FindValue
- String
S’applique à
FindStringAsync(Int32, Int32, String, Object)
public:
void FindStringAsync(int StartPage, int EndPage, System::String ^ FindValue, System::Object ^ userState);
public void FindStringAsync(int StartPage, int EndPage, string FindValue, object userState);
member this.FindStringAsync : int * int * string * obj -> unit
Public Sub FindStringAsync (StartPage As Integer, EndPage As Integer, FindValue As String, userState As Object)
Paramètres
- StartPage
- Int32
- EndPage
- Int32
- FindValue
- String
- userState
- Object