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

OlapDataSource Class

An OLAP data source that provides data for the dashboard.

Declaration

export class OlapDataSource extends DataSource

Inheritance

DataSource
OlapDataSource

constructor

Initializes a new instance of the OlapDataSource class.

Declaration

constructor(
    dataSourceJSON?: any,
    serializer?: DxDesigner.Analytics.Utils.ModelSerializer
)

Parameters

Name Type Description
dataSourceJSON any
serializer DxDesigner.Analytics.Utils.ModelSerializer

An object used for a dashboard deserialization. Do not pass this parameter directly.

Properties

connectionName Property

Declaration

connectionName: ko.Observable<string>

Property Value

Type
Observable<string>

Methods

getDisplayNamePrefix Method

Declaration

getDisplayNamePrefix(): string

Returns

Type
string

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationInfoArray

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationInfoArray