ReportExecutionService.SetExecutionCredentialsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| SetExecutionCredentialsAsync(DataSourceCredentials[]) | |
| SetExecutionCredentialsAsync(DataSourceCredentials[], Object) |
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