ReportExecutionService.BeginSetExecutionCredentials2, méthode

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

Syntaxe

'Déclaration
Public Function BeginSetExecutionCredentials2 ( _
    Credentials As DataSourceCredentials(), _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginSetExecutionCredentials2(
    DataSourceCredentials[] Credentials,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginSetExecutionCredentials2(
    array<DataSourceCredentials^>^ Credentials, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginSetExecutionCredentials2 : 
        Credentials:DataSourceCredentials[] * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult 
public function BeginSetExecutionCredentials2(
    Credentials : DataSourceCredentials[], 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Paramètres

  • callback
    Type : AsyncCallback
  • asyncState
    Type : Object

Valeur de retour

Type : IAsyncResult

Voir aussi

Référence

ReportExecutionService Classe

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