Initializes a new instance of the DashboardOlapDataSource class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v18.2.Core.dll
public DashboardOlapDataSource(
string name,
string connectionName
)
Public Sub New(
name As String,
connectionName As String
)
Type | Name | Description |
---|---|---|
String | name | A String value that specifies the data source name. |
String | connectionName | A String value that specifies the connection name. |