Skip to content

DevExpress-Examples/reporting-wpf-report-designer-customize-ribbon-toolbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for WPF - How to Customize the Ribbon Toolbar

This example demonstrates how you can customize the Report Designer control's toolbar. It shows how to remove standard toolbar controls and add custom ones. 

To accomplish this, use the Designer's RibbonCustomizationActions property, which specifies a collection of actions used to customize the Designer's ribbon toolbar. These actions allow you to remove existing items or add new items both in the designer and preview pages.

Files to Review

Documentation