Disabled new page action
Posted: Mon Sep 04, 2023 7:50 pm
Hello everything is fine? I want to disable the option to create new pages in the desiner.
I saw how to disable it on the toolbar using the code:
But if I right-click on the page area, a menu of options appears with the action of including a new page.
Can I disable this action too?
Using Stimulsoft.Reports.JS 2018.2.2
I saw how to disable it on the toolbar using the code:
Code: Select all
options.toolbar.showNewPageButton = false;
Can I disable this action too?
Using Stimulsoft.Reports.JS 2018.2.2