Navigation Menu

Skip to content

DevExpress-Examples/mvc-dashboard-separate-server-settings-for-different-views

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BI Dashboard for MVC - How to use separate server-side settings for different views

This example shows how to use separate DashboardConfigurator instances within an ASP.NET MVC Dashboard application to provide different server-side settings. In this example, the Sales and Marketing views use different dashboard storage and different data connections

Dashboard controllers are defined in the Global.asax.cs (VB: Global.asax.vb) file.

Note that the Web Dashboard control uses a single cache. The use of separate DashboardConfigurator instances does not create separated caches. Create a custom parameter to specify a different cache for different user roles.

Files to Review

Documentation

More Examples