Skip to content

DevExpress-Examples/reporting-wpf-override-export-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for WPF - Override Export Command in Document Preview

This example demonstrates how to override commands in DocumentPreview. The technique is to create a descendant of DocumentPreviewControl and override its methods, in this example Export.

Reporting for WinForms - Override Export Command in Document Preview

Files to Review:

Documentation

More Examples