Category / Section
How to Change the Parameter Item and Label Widths
Published:
Updated:
The parameterSettings
feature in Bold Reports allows you to customize the width of parameter items and labels in the parameter panel. By default, the width of these elements is set to a specific value, but in some cases, you may need to adjust them to fit your specific requirements.
To modify the width of parameter items and labels, use the parameterSettings
property in the Bold Reports API. This property helps you adjust the width of the items and labels to your desired values.
<div id="viewer"></div>
<script>
$("#viewer").boldReportViewer(
{
parameterSettings: {
itemWidth: '250px',
labelWidth: 'auto'
}
});
</script>
</html>
Find the following help documentation for how to change the parameter item and label widths on various platforms: