ConnectionPropertiesPage.ConnectionEdits Property
In This Article
Indicates which of the connection parameters can be edited on the Specify a Connection String wizard page.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public virtual ConnectionParameterEdits ConnectionEdits { get; }
#Property Value
Type | Description |
---|---|
Connection |
One or more Connection |
Available values:
Show 33 items
Name | Description |
---|---|
None | For internal use. |
Server |
For internal use. |
File |
For internal use. |
Server |
For internal use. |
Port | For internal use. |
Auth |
For internal use. |
User |
For internal use. |
Password | For internal use. |
Database | For internal use. |
Custom |
For internal use. |
Project |
For internal use. |
Data |
For internal use. |
Key |
For internal use. |
Service |
For internal use. |
OAuth |
For internal use. |
OAuth |
For internal use. |
OAuth |
For internal use. |
Auth |
For internal use. |
Hostname | For internal use. |
Advantage |
For internal use. |
Server |
For internal use. |
My |
|
Client |
|
Provider |
|
SRVRecord |
|
Auth |
|
Principal |
|
Service |
|
Canonicalize |
|
Auth |
|
Dsn | |
Encrypt | |
Trust |
See Also