ACTION:
This needs to be done by Web SDK, please refer to below detailed steps:
For Page header tool bar full screen icon;
- Create a new plugin in Web Customization Editor
- Under Application Settings, navigate as Strategy Web Configuration -> Pages -> report(Report Execution) -> CSS -> Customizations -> reportPage.css
- Right click ‘reportPage.css’ and choose 'New Selector', name it as 'span#tbFullMode'
- Doubble click the above new created selector, and then add CSS Property 'display', set the value as 'none !important', then click 'OK' to save it
- Move the plugin into the related Web Server Plugins sub-folder, and then restart the Web Server
For 'REPORT HOME' menu'Full Screen Mode':
Follow the above step1 and step2, then:
- Right click 'report(Report Execution)', choose ‘Menus’, then choose ‘Edit Menus’, select ‘RptHomeMenu’. Click ‘Next’
- Uncheck the option 'tbFullMode(Full Screen Mode)', then click ‘Next’ -> ‘Finish’
- Move the plugin into related Web Server Plugins folder, restart the web server.