ConfigureOlapConnectionEventArgs Class
Provides data for the DashboardOlapDataSource.ConfigureOlapConnection event.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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.
See Also