DataSource.SetCachedCredentials(CachedCredentials) 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.
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.