ReportExecutionService.BeginLoadReport2, 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 BeginLoadReport2 ( _
Report As String, _
HistoryID As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginLoadReport2(
string Report,
string HistoryID,
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginLoadReport2(
String^ Report,
String^ HistoryID,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginLoadReport2 :
Report:string *
HistoryID:string *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginLoadReport2(
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
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms