Skip to content

This example demonstrates the use of the `PrintableComponentLink` to print a dashboard.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-dashboard-print-and-export-visual-representation-as-is

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

Dashboard for WinForms - How to Use the PrintableComponentLink to Print a Dashboard

This example demonstrates the use of the PrintableComponentLink to print a dashboard.

A custom CustomDashboardExporter class implements the IPrintable interface and encapsulates all logic required to specify page settings, create a PrintableComponentLink and show the Print Preview window. Use the Show Preview and Show Paged Preview buttons to view the result.

Documentation