Skip to main content

DashboardDataSourceType Type

In This Article

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

#Declaration

TypeScript
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"