Skip to main content

DashboardDataSourceType Type

Lists values that specify the data source type available in the Dashboard Data Source Wizard.

Declaration

export type DashboardDataSourceType = "Sql" | "Olap" | "Json" | "Federation"

Members

Name Description
"Sql"

A data source that obtains data from all major data providers (Microsoft SQL Server, XML data, Microsoft Access, Oracle, etc.).

"Olap"

A data source that connects to OLAP cubes.

"Json"

A data source that connects to JSON-formatted data.

"Federation"