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

Register Default Data Sources

  • 2 minutes to read

This document describes the capability to provide a Web Dashboard with a set of default data sources, which will be available for end-users.

WebDesigner_DefaultDataSources

To achieve this goal, create the required data sources at runtime. You can use the following data source types.

After you create the data sources, use the DashboardConfigurator.SetDataSourceStorage method to register them in a data source storage.

Note that you can use a predefined implementation of the in-memory storage (DataSourceInMemoryStorage) or you can implement the IDataSourceStorage interface to provide custom data source storage. To see an example on how to do this, refer to the following topic: How to: Create an ASP.NET MVC Dashboard Designer Application with Predefined Data Sources.

Important

The Web Dashboard saves user credentials used by data sources to the dashboard XML definition. Use the boolean DashboardConfigurator.PassCredentials property to specify whether to pass this information to the client side (web browser). Set this property to false and provide connection parameters in one of the following ways to avoid any security issues: