To remove refresh, hide/unhide buttons in a tabular report

I am using Helical Insight 2.0 & have generated a tabular report using adhoc interface. Is there any way I can remove the buttons for refresh, sample size, column hide/unhide at the right corner on top of the table?
Please help !

Hi Patrick,

Yes, you can remove the icons present on top right corner of table report. Please click on Editor tab and apply the below script inside JS Editor :

.actionBar{

display : none;
}

After applying above script, the icons will be invisible.

Regards,
Helical Insight Team