Articles in this section
Category / Section

How to Display Performance Metrics Icon in Bold Reports Viewer Toolbar

Published:
Updated:

The performance metrics icon is hidden by default in the Bold Reports component’s viewer toolbar. However, you can activate it by configuring the toolbar settings property within your application.

<div id="reportviewer"></div>
<script>
   $("#reportviewer").boldReportViewer(
       {
           toolbarSettings:{ items: ej.ReportViewer.ToolbarItems.All }
       });
</script>

Setting the toolbar settings to “All” ensures that all toolbar icons, including the performance metrics icon, are rendered in the toolbar.

To specifically display or conceal the performance metrics icon, set it to “Analytics” with the code “ej.ReportViewer.ToolbarItems.Analytics”.

Please refer to the screenshot below for a visual representation:

image.png

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied