Skip to main content

ConfigureOlapConnectionEventArgs Class

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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