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.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

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