Back to Devexpress

ConfigureOlapConnectionEventArgs Class

dashboard-devexpress-dot-dashboardcommon-aaa77434.md

latest2.1 KB
Original Source

ConfigureOlapConnectionEventArgs Class

Provides data for the DashboardOlapDataSource.ConfigureOlapConnection event.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class ConfigureOlapConnectionEventArgs :
    EventArgs
vb
Public Class ConfigureOlapConnectionEventArgs
    Inherits EventArgs

ConfigureOlapConnectionEventArgs is the data class for the following events:

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

ConfigureOlapConnectionEventArgs Members

DevExpress.DashboardCommon Namespace