Skip to main content

DashboardOlapDataSource.ConfigureOlapConnection Event

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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
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