ReportExecutionService.LoadReport2Async, méthode (String, 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 LoadReport2Async ( _
    Report As String, _
    HistoryID As String, _
    userState As Object _
)
public void LoadReport2Async(
    string Report,
    string HistoryID,
    Object userState
)
public:
void LoadReport2Async(
    String^ Report, 
    String^ HistoryID, 
    Object^ userState
)
member LoadReport2Async : 
        Report:string * 
        HistoryID:string * 
        userState:Object -> unit 
public function LoadReport2Async(
    Report : String, 
    HistoryID : String, 
    userState : Object
)

Paramètres

  • Report
    Type : String
  • HistoryID
    Type : String
  • userState
    Type : Object

Voir aussi

Référence

ReportExecutionService Classe

LoadReport2Async, surcharge

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