Hi,
How can we hide the Copy to Clipboard icon from the report?
Hi,
How can we hide the Copy to Clipboard icon from the report?
If you want to hide just the "Copy to Clipboard"-icon, you can use:
select 'dbr.css', '.copytocb {display:none}';
The
select 'dbr.search', 0;
will remove the caption widget (Search, Copy to Clipboard and individual export).
--
myDBR Team
You must log in to post.