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

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 _
)
public void FindStringAsync(
    int StartPage,
    int EndPage,
    string FindValue
)
public:
void FindStringAsync(
    int StartPage, 
    int EndPage, 
    String^ FindValue
)
member FindStringAsync : 
        StartPage:int * 
        EndPage:int * 
        FindValue:string -> unit 
public function FindStringAsync(
    StartPage : int, 
    EndPage : int, 
    FindValue : String
)

Paramètres

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

Voir aussi

Référence

ReportExecutionService Classe

FindStringAsync, surcharge

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