ReportExecutionService.FindStringAsync Méthode

Définition

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

S’applique à