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

Member Table: Providing Data

  • 3 minutes to read

The IDashboardDataSource interface is a data source that provides data for the dashboard. Use the Dashboard.DataSources property to access the collection of dashboard data sources.

Name Description
DashboardSqlDataSource An SQL data source that provides data for the dashboard.
DashboardOlapDataSource An OLAP data source that provides data for the dashboard.
DashboardExcelDataSource A data source used to extract data from Microsoft Excel workbooks or CSV files.
DashboardEFDataSource An Entity Framework data source that provides data for the dashboard.
DashboardObjectDataSource An object data source that provides data for the dashboard.
DashboardExtractDataSource An extract data source that is a local snapshot of data.
DataProcessingMode Lists values used to specify the data processing mode.
CalculatedField A calculated field that allows you to apply complex expressions to data fields obtained from the data source.

Members