The following example shows how to create a custom dashboard storage for ASPxDashboardDesigner by implementing the IEditableDashboardStorage interface. In this example, a DataSet is used as an in-memory storage of dashboards. This DataSet can be used later to save dashboards in the database using DataAdapter.
See also: ASPxDashboardDesigner - How to save dashboards to a data base
↧
How to save dashboards created in ASPxDashboardDesigner to a DataSet
↧