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

DashboardOlapDataSource.ConnectionString Property

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

Namespace: DevExpress.DashboardCommon

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

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