Skip to main content

DashboardOlapDataSource.ConnectionString Property

Gets or sets a connection string used to establish a connection to an OLAP cube.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
String null

A String value that specifies a connection string used to establish a connection to an OLAP cube.

See Also