DashboardExporter.ConfigureDataConnection Event
In This Article
Allows you to customize connection settings before the connection to a data store (database, OLAP cube, etc.) is established.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public event DashboardConfigureDataConnectionEventHandler ConfigureDataConnection
#Event Data
The ConfigureDataConnection event's data class is DashboardConfigureDataConnectionEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Connection |
Gets the name of the connection for which the event has been raised.
Inherited from Configure |
Connection |
Gets or sets parameters used to establish a connection to data.
Inherited from Configure |
Data |
Gets the data source name for which the event was raised. |
See Also