We display myDBR output on our application's web page, along with other things.
We use our own parameter filters.
So I don't need the "gear" settings icon to appear.
How do I prevent it from appearing next to the Export to PDF button, on report output embedded in our application?
How do I get rid of the settings icon in the output of an embedded report?
(4 posts) (2 voices)-
-
The "gear" settings icon appears when the report has user changeable parameters (u-parameters). You can hide with CSS:
#param_input_toggle {display: none}
--
myDBR Team -
Thanks.
Can you please give me more details.
Is
#param_input_toggle {display: none}
a myDBR setting
or is some CSS in my PHP application.
If the latter, can you give me an example of how it would be used? -
If you want to set it in for one report, use
dbr.css
command. if you want to to set it for all reports, place it inuser/userstyle.css
. If you do not want it to appear at all, use the protected paramerers in your report.--
myDBR Team
Reply
You must log in to post.