SaveConnectionPage.ShouldSaveCredentials Property
Specifies whether to save the user credentials along with the connection string.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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