ReportExecutionService.BeginLoadDrillthroughTarget2, 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 BeginLoadDrillthroughTarget2 ( _
DrillthroughID As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginLoadDrillthroughTarget2(
string DrillthroughID,
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginLoadDrillthroughTarget2(
String^ DrillthroughID,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginLoadDrillthroughTarget2 :
DrillthroughID:string *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginLoadDrillthroughTarget2(
DrillthroughID : String,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Paramètres
- DrillthroughID
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