ReportExecutionService.FindStringAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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)
パラメーター
- 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