ReportExecutionService.BeginLoadReport, méthode

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

Syntaxe

'Déclaration
Public Function BeginLoadReport ( _
    Report As String, _
    HistoryID As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginLoadReport(
    string Report,
    string HistoryID,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginLoadReport(
    String^ Report, 
    String^ HistoryID, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginLoadReport : 
        Report:string * 
        HistoryID:string * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult 
public function BeginLoadReport(
    Report : String, 
    HistoryID : String, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Paramètres

  • Report
    Type : String
  • HistoryID
    Type : String
  • callback
    Type : AsyncCallback
  • asyncState
    Type : Object

Valeur de retour

Type : IAsyncResult

Voir aussi

Référence

ReportExecutionService Classe

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