This example shows how to create a Web Dashboard Designer application and provide data for dashboards.
The project contains a simple dashboard and three available data sources: the Excel, SQL (a local SQLite database) and OLAP data sources. You can use these data sources to create a new dashboard. To learn how to create a Web Designer application from scratch, see the following topic: Creating a Dashboard using a Web Designer.Note that the OLAP data source requires the ADOMD.NET data provider installed on the web server. You can get the latest version of this provider here: https://www.microsoft.com/en-us/download/details.aspx?id=42295.
To be able to use the SQLite data source, build the project before running to download the ADO.NET provider for SQLite automatically.