Skip to main content

SaveConnectionPage.ShouldSaveCredentials Property

Specifies whether to save the user credentials along with the connection string.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool ShouldSaveCredentials { get; set; }

Property Value

Type Description
Boolean

true, to save the user credentials; otherwise, false.

Remarks

This property is in effect only if the data connection uses server authentication (see SaveConnectionPage.CanSaveCredentials).

See Also