SaveConnectionPage.CanSaveCredentials Property
Sets whether the user credentials can be saved.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the data connection uses server authentication; otherwise, false. |
Remarks
If the data connection uses server authentication, the wizard page contains the dedicated radio group, which allows choosing whether to save the user credentials along with the connection string (the SaveConnectionPage.ShouldSaveCredentials property).
See Also