Freigeben über


ReportExecutionService.FindStringAsync Methode

Definition

Überlädt

FindStringAsync(Int32, Int32, String)
FindStringAsync(Int32, Int32, String, Object)

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)

Parameter

StartPage
Int32
EndPage
Int32
FindValue
String

Gilt für:

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)

Parameter

StartPage
Int32
EndPage
Int32
FindValue
String
userState
Object

Gilt für: