ReportExecutionService.BeginFindString Method

Definition

public:
 IAsyncResult ^ BeginFindString(int StartPage, int EndPage, System::String ^ FindValue, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginFindString (int StartPage, int EndPage, string FindValue, AsyncCallback callback, object asyncState);
member this.BeginFindString : int * int * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginFindString (StartPage As Integer, EndPage As Integer, FindValue As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

StartPage
Int32
EndPage
Int32
FindValue
String
callback
AsyncCallback
asyncState
Object

Returns

Applies to