Category / Section
Disabling Scrollbar in Bold Report Viewer Parameter Panel
Published:
Updated:
By default, the Bold Report Viewer displays a scrollbar in the parameter panel when the panel contains multiple parameters. However, if you prefer to view the entire parameter panel without the scrollbar, you can disable it by setting the enableparameterblockscroller
property to false.
<div id="viewer"></div>
<script>
$("#viewer").boldReportViewer(
{
enableParameterBlockScroller: false
});
</script>
</html>
You can find the following help documentation for how to hide a parameter scroller on various platforms: