Skip to main content
A newer version of this page is available. .

DashboardOlapDataSource.ConnectionName Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public string ConnectionName { get; set; }

Property Value

Type Default Description
String null

A String value that specifies the connection name.

See Also