How do I get rid of the settings icon in the output of an embedded report?

(4 posts) (2 voices)
  1. shem, Member

    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?

  2. myDBR Team, Key Master

    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

  3. shem, Member

    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?

  4. myDBR Team, Key Master

    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 in user/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.