Skip to content

Handle the client-side CustomizeMenuActions event to hide the existing Validate Bindings toolbar command and add a new Refresh command that refreshes the current report tab.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/reporting-web-forms-customize-report-designer-toolbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for ASP.NET Web Forms - How to Customize the Web Report Designer Toolbar

This example demonstrates how to use the client-side CustomizeMenuActions event to hide the existing Validate Bindings toolbar command and add a new Refresh command that refreshes the current report tab.

Implementation Details

To obtain the existing command, call the event argument's GetById method and pass the command ID as a parameter. Then, disable the obtained command's visible property to hide it.

To add a new toolbar command, specify its settings and push it to the event argument's Actions collection.

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Handle the client-side CustomizeMenuActions event to hide the existing Validate Bindings toolbar command and add a new Refresh command that refreshes the current report tab.

Topics

Resources

License

Stars

Watchers

Forks