ReportExecutionService.FindStringAsync, méthode (Int32, Int32, String, Object)

Espace de noms :  Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Sub FindStringAsync ( _
    StartPage As Integer, _
    EndPage As Integer, _
    FindValue As String, _
    userState As Object _
)
public void FindStringAsync(
    int StartPage,
    int EndPage,
    string FindValue,
    Object userState
)
public:
void FindStringAsync(
    int StartPage, 
    int EndPage, 
    String^ FindValue, 
    Object^ userState
)
member FindStringAsync : 
        StartPage:int * 
        EndPage:int * 
        FindValue:string * 
        userState:Object -> unit 
public function FindStringAsync(
    StartPage : int, 
    EndPage : int, 
    FindValue : String, 
    userState : Object
)

Paramètres

  • StartPage
    Type : Int32
  • EndPage
    Type : Int32
  • FindValue
    Type : String
  • userState
    Type : Object

Voir aussi

Référence

ReportExecutionService Classe

FindStringAsync, surcharge

Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution, espace de noms