DataSource.SetCachedCredentials(CachedCredentials) Method

Definition

Sets the credentials from the cached.

public:
 void SetCachedCredentials(Microsoft::ReportDesigner::Data::CachedCredentials ^ creds);
public void SetCachedCredentials (Microsoft.ReportDesigner.Data.CachedCredentials creds);
member this.SetCachedCredentials : Microsoft.ReportDesigner.Data.CachedCredentials -> unit
Public Sub SetCachedCredentials (creds As CachedCredentials)

Parameters

creds
CachedCredentials

The credential cached.

Applies to