Back to Devexpress

DashboardOlapDataSource.ConnectionName Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardolapdatasource-4ab5d9c7.md

latest1.3 KB
Original Source

DashboardOlapDataSource.ConnectionName Property

Gets or sets the connection name for the current data source.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DefaultValue(null)]
public string ConnectionName { get; set; }
vb
<DefaultValue(Nothing)>
Public Property ConnectionName As String

Property Value

TypeDefaultDescription
Stringnull

A String value that specifies the connection name.

|

See Also

DashboardOlapDataSource Class

DashboardOlapDataSource Members

DevExpress.DashboardCommon Namespace