Category / Section
How to Change the Parameter Drop-down Height and Width
Published:
Updated:
The parameterSettings
feature in Bold Reports allows you to modify the size of the parameters available in the parameter panel. By default, the height and width of the parameter panel are set to a specific value. However, in some cases, you may need to adjust these values to better suit your needs.
To do this, you can use the parameterSettings
property in the Bold Reports API. This property helps you to change the height and width of the parameter panel to your desired values.
<div id="viewer"></div>
<script>
$("#viewer").boldReportViewer({
parameterSettings: {
popupHeight: "200px",
popupWidth: "150px",
}
});
</script>
</html>
You can find the following help documentation for how to change the Parameter drop-down height and width on various platforms: