ReportExecutionService.SetExecutionCredentialsAsync Method

Definition

Overloads

SetExecutionCredentialsAsync(DataSourceCredentials[])

public:
 void SetExecutionCredentialsAsync(cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::DataSourceCredentials ^> ^ Credentials);
public void SetExecutionCredentialsAsync(Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] Credentials);
member this.SetExecutionCredentialsAsync : Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] -> unit
Public Sub SetExecutionCredentialsAsync (Credentials As DataSourceCredentials())

Parameters

Credentials
DataSourceCredentials[]

Applies to

SetExecutionCredentialsAsync(DataSourceCredentials[], Object)

public:
 void SetExecutionCredentialsAsync(cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::DataSourceCredentials ^> ^ Credentials, System::Object ^ userState);
public void SetExecutionCredentialsAsync(Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] Credentials, object userState);
member this.SetExecutionCredentialsAsync : Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] * obj -> unit
Public Sub SetExecutionCredentialsAsync (Credentials As DataSourceCredentials(), userState As Object)

Parameters

Credentials
DataSourceCredentials[]
userState
Object

Applies to