ReportExecutionService.FindStringAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| 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)
Parámetros
- StartPage
- Int32
- EndPage
- Int32
- FindValue
- String
Se aplica a
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)
Parámetros
- StartPage
- Int32
- EndPage
- Int32
- FindValue
- String
- userState
- Object