DbConnectionOpener.PromptConnectionCredentials Method

Definition

public:
 bool PromptConnectionCredentials(bool useOptions, Microsoft::ReportDesigner::Data::CachedCredentials ^ % creds, bool % savePassword);
public bool PromptConnectionCredentials (bool useOptions, ref Microsoft.ReportDesigner.Data.CachedCredentials creds, ref bool savePassword);
member this.PromptConnectionCredentials : bool * CachedCredentials * bool -> bool
Public Function PromptConnectionCredentials (useOptions As Boolean, ByRef creds As CachedCredentials, ByRef savePassword As Boolean) As Boolean

Parameters

useOptions
Boolean
savePassword
Boolean

Returns

Applies to