Hi guys, I am building some Interactive Reports with color-highlighted columns, and some more with Pivot. I am wondering if I can remove the edit option from my end-user (so they can only see the report, but not removing or editing the filter / highlight). Here is a screenshot for illustration:

As you can see, I put color on the Functional Area column of my IR. Currently the user can click on the checklist or remove the highlight setting, which is undesirable. Moreover, by default the filter / highlight items always appear not collapsed, so it looks very ugly.
The only solution I can found so far is by manually using jQuery to select $('.a-MediaBlock') and remove it. Is there a cleaner solution for this?
P.S. I am using Apex v.5.0.4