Skip to content

DevExpress-Examples/winforms-dashboard-add-custom-information-to-the-exported-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for WinForms - How to Display Custom Information in the Exported Dashboard

This example demonstrates how to add a custom header and footer to the exported dashboard.

Handle the CustomExport event. You can use the e.Report property to get the XtraReport instance before it is printed or exported, and modify it.

screenshot

Files to Review:

Documentation

More Examples