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

DashboardOlapDataSource.ConfigureOlapConnection Event

Provides the capability to customize parameters used to establish a connection to an OLAP cube.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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
ConnectionName Gets or sets the connection name.
ConnectionString 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