ReportExecutionService.FindStringAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- StartPage
- Int32
- EndPage
- Int32
- FindValue
- String
適用於
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)
參數
- StartPage
- Int32
- EndPage
- Int32
- FindValue
- String
- userState
- Object