Add custom menu item within File before Exit file menu item

Stimulsoft Reports.WEB discussion
Post Reply
bobsov
Posts: 115
Joined: Sun Jan 27, 2013 12:10 am

Add custom menu item within File before Exit file menu item

Post by bobsov »

Would like to know how to add custom file menu item just before "Exit" and how to disable/remove "New" link.

This is related to HTML5 Report Designer.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Add custom menu item within File before Exit file menu i

Post by Alex K. »

Hello,

For the remove "New" button you can set the ShowFileMenuNew property to false.
For the inserting a your own button - you need find the necessary menu element by it ID using Javascript and insert a necessary HTML element there.

Thank you.
Post Reply