SaveConnectionPage.ShouldSaveConnectionString Property
Specifies whether to save the connection string to the dedicated storage.
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 connection string; otherwise, false. |
Remarks
This property is in effect if the connection string can be saved to the storage (see SaveConnectionPage.CanSaveConnectionString).
See Also