Skip to main content

IEFDataSourceModel.ConnectionStringLocation Property

If implemented, specifies from where a data connection is obtained.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

DataConnectionLocation ConnectionStringLocation { get; set; }

Property Value

Type Description
DataConnectionLocation

A DataConnectionLocation enumeration value that specifies from where the data connection is obtained.

Available values:

Name Description
None

The Report Wizard does not suggest using any of the available data connections.

ServerExplorer

The Report Wizard lists the data connections available in the Visual Studio Server Explorer.

SettingsFile

The Report Wizard lists the data connections available in the application’s configuration file.

Both

The Report Wizard lists all available data connections (both the data connections stored in an application’s settings, and in the Visual Studio Server Explorer).

See Also