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

ConfigureOlapConnectionEventArgs Class

Namespace: DevExpress.DashboardCommon

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

Declaration

public class ConfigureOlapConnectionEventArgs :
    EventArgs

Remarks

The DashboardOlapDataSource.ConfigureOlapConnection event provides the capability to customize parameters used to establish a connection to an OLAP cube.

Use the ConfigureOlapConnectionEventArgs.ConnectionName property to obtain the name of the connection, whose parameters should be changed. The ConfigureOlapConnectionEventArgs.ConnectionString property allows you to specify a new OLAP connection string.

Inheritance

Object
EventArgs
ConfigureOlapConnectionEventArgs
See Also