Back to Devexpress

DataConnectionLocation Enum

corelibraries-devexpress-dot-data-dot-entity-ff8f2d3c.md

latest2.1 KB
Original Source

DataConnectionLocation Enum

Lists the values indicating from where the Report Wizard obtains its data connection settings.

Namespace : DevExpress.Data.Entity

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum DataConnectionLocation
vb
Public Enum DataConnectionLocation

Members

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

|

The following properties accept/return DataConnectionLocation values:

Remarks

A DataConnectionLocation enumeration value is returned by the IConnectionStringInfo.Location property.

See Also

Location

DevExpress.Data.Entity Namespace