Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.98 KB

File metadata and controls

28 lines (20 loc) · 2.98 KB

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)