Hi Marc,
Go to the location “…\Helical Insight\hi\apache-tomcat-7\webapps\hi-ee\WEB-INF\jsp\report”. It has a file called “newWindowMenu.jsp”, open this file.
It has got several tags from line number 37 to line number 56. Any specific download option which you want to disable you can comment that section here.
<li>
<a href="#" data-format="pdf" data-saveurl="true">
<i class="fa fa-file-pdf-o"></i> PDF
</a>
</li>
<li>
<a href="#" data-format="png" data-saveurl="true">
<i class="fa fa-file-image-o"></i> PNG
</a>
</li>
<li>
<a href="#" data-format="jpg" data-saveurl="true">
<i class="fa fa-file-image-o"></i> JPEG
</a>
</li>
<li>
<a href="#" data-format="xls" data-saveurl="true">
<i class="fa fa-file-excel-o"></i> EXCEL
</a>
</li>
For example, if you want to disable to excel export option you can comment out the last portion.
Thank You
From
Team Helical.