dashboard-devexpress-dot-dashboardcommon-aaa77434.md
Provides data for the DashboardOlapDataSource.ConfigureOlapConnection event.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class ConfigureOlapConnectionEventArgs :
EventArgs
Public Class ConfigureOlapConnectionEventArgs
Inherits EventArgs
ConfigureOlapConnectionEventArgs is the data class for the following events:
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.
Object EventArgs ConfigureOlapConnectionEventArgs
See Also