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

OlapDataProvider.OlapConnectionString Property

Gets a connection string used to establish a connection to a cube in an MS Analysis Services database.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public string OlapConnectionString { get; }

Property Value

Type Description
String

A String representing a connection string used to establish a connection to a cube in an MS Analysis Services database.

See Also