Standalone Report Designer
Search results
PDF

How to change the drop-down pop-up width and height of the available value parameter

You have to make use of the custom properties for the report to change the drop-down pop-up width and height of the available value parameter. Follow these steps, to change the drop-down pop-up width and height of the available value parameter.

  1. Open the report in our Bold Report Designer.

  2. Open the report properties and click the custom attributes to set the custom properties for the report.

    Custom attributes

  3. Add custom properties to the report for the parameter as shown in the following images:

    To change the pop-up height of available value parameter drop-down, add the custom property to the report as shown in following image. Parameter popup height

    The name of the property to change the available value parameter drop-down pop-up height should be in SfParam_<<ParamemeterName>>_PopupHeight format.

    The pop-up height of the available value parameter drop-down will be changed to the height value that is specified in the property as shown in following image. Preview popup height

    To change the pop-up width of available value parameter drop-down, add the custom property to the report as shown in following image. Parameter popup width

    The name of the property to change the available value parameter drop-down pop-up width should be in SfParam_<<ParamemeterName>>_PopupWidth format.

    The pop-up width of the available value parameter drop-down will be changed to the width value that is specified in the property as shown in following image. Preview popup width