Skip to content

DevExpress-Examples/winforms-dashboard-custom-save-and-open-procedures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BI Dashboard for WinForms - How to Override Save and Load Procedures in Dashboard Designer

This example demonstrates how to implement custom save and open procedures in Dashboard Designer.

The application handles the DashboardOpening and DashboardSaving events to open/save the dashboard located at the path defined in code.

Run the application and click the File -> Open button to load the dashboard from the file specified in code. Make any changes and click File -> Save to save changes to the same file.

screenshot

Files to Review:

Documentation