DashboardOlapDataSource.ConfigureOlapConnection Event
In This Article
Provides the capability to customize parameters used to establish a connection to an OLAP cube.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public event ConfigureOlapConnectionEventHandler ConfigureOlapConnection
#Event Data
The ConfigureOlapConnection event's data class is ConfigureOlapConnectionEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Connection |
Gets or sets the connection name. |
Connection |
Gets or sets the OLAP connection string. |
#Remarks
Use the ConfigureOlapConnectionEventArgs.ConnectionName event parameter to obtain the name of the connection whose parameters should be changed. The ConfigureOlapConnectionEventArgs.ConnectionString parameter allows you to specify a new OLAP connection string.
See Also