Skip to main content
A newer version of this page is available. .

IConnectionStringInfo.Location Property

Indicates from where the Report Wizard obtains its data connection settings.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v18.2.dll

Declaration

DataConnectionLocation Location { get; }

Property Value

Type Description
DataConnectionLocation

A DataConnectionLocation enumeration value.

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).

Remarks

Use the Location property to specify which of the existing data connections settings the Report Wizard can suggest when creating a new connection.

The data connection settings can be obtained from the Visual Studio Server Explorer and/or the application’s configuration file.

report-wizard-page-visual-studio-database-02a

See Also