/asp-net-core-dashboard-separate-server-settings-for-different-views

This example illustrates how to provide different server-side settings.

Primary LanguageC#OtherNOASSERTION

BI Dashboard for ASP.NET Core - How to use separate server-side settings for different views

This example illustrates how to use separate DashboardConfigurator instances within an ASP.NET Core Dashboard application to provide different server-side settings. In this example, the Sales and Marketing views use different dashboard storages.

Dashboard controllers are defined in the DashboardControllers.cs file.

The dependency injection technique is used to register Dashboard Configurators in the Startup.cs file.

Note that the Web Dashboard control uses a single cache. The use of separate DashboardConfigurator instances does not create separated caches. To specify a different cache for different controllers/configurators, add required information to the CustomData field of the cache key in the DashboardConfigurator.DataSourceCacheKeyCreated event handler.

Files to Review:

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)