Starting with 19.2, the Web Dashboard supports creating/editing JSON Data Source from the client. As a result, we have updated the Dashboard Data Source Wizard. The start page now allows you to choose what data source type you want to add to a dashboard. You can select a database, a JSON data source, or an OLAP data cube:
You can use the properties below to configure which data sources can be displayed on the start page:
ASP.NET Core
- DataSourceWizardSettingsBuilder.EnableSqlDataSource
- DataSourceWizardSettingsBuilder.EnableJsonDataSource
- DataSourceWizardSettingsBuilder.EnableOlapDataSource
ASP.NET Mvc
- DashboardExtensionSettings.EnableSqlDataSource
- DashboardExtensionSettings.EnableJsonDataSource
- DashboardExtensionSettings.EnableOlapDataSource
ASP.NET Web Forms