Design and View Custom Parameter Panel
In This Topic
The parameters panel can now be designed (and viewed) in Web Designer using the input controls. The users have the ability to create and define parameters/prompts quickly. The reports containing the custom parameter panel can be viewed in JSViewer. On preview, users can select the start date and the end date, and select hierarchical parameters.
Design a Parameter Panel
The reference to AcmeStore.rdlx will be taken.
- Go to the Parameters tab at the top.
- Create the custom parameters view for the report by clicking the Generate button.
If the report already has pre-defined report parameters, a default parameters layout is generated in the design area from these parameters. You can then build the parameters panel from the default view or simply create a fresh parameter panel using the controls available in the parameters designer.
- Drag-drop the controls from the toolbox that will be used for inputting parameters.
- Set the properties of each of the control such as Binding, Type, depending on the function each of the control.
- Add buttons to perform actions like Preview to preview report based on selected parameters, Reset to reset the parameter selection to default, and Clear to clear the selection, on preview window.
Preview the Report with Custom Parameter Panel

The controls making the panel have default properties set like name, label, default value, etc. control.
- Text Editor: For single-line parameter of String type.
- Number Editor: For parameters of integer/float type. Set the control's type as Up-down Editor for increasing or decreasing at specified steps, or as Slider to be able to slide the value of the parameter.
- Number Range Editor: For a parameter range of integer/float type. Need to specify the range in From and To fields in Binding.
- Boolean Editor: For parameters with the Boolean value.
- DateTime Editor: For parameters with a date-time value.
- Date Range Editor: For parameters with date field. Specify the start date and end date in From and To fields in Binding.
- Dropdown Editor: A list of fields in the parameter appear in drop-down with the search box. Single or multiple values can be selected.
- List Editor: Fields bound to parameter appears as a list, with checkboxex to select the field.
- Tree View: For hierarchical parameter. Select the Tree View type as List or Dropdown.
- Heading: For entering a heading with a choice of colors for error or warning.
- Plain Text: For entering single or multiline text.
- Button: To perform actions on the preview screen. Preview to preview report based on the selected parameters, Reset to reset the parameter selection to default, and Clear to clear the selection, on preview window.
Use Vertical Layout to see how parameters will look in the preview window. You can reorder the parameters by drag-drop operation. You can also control the position of labels for the controls making the panel. Also, you can choose if the Highlight is Required' for any errors while designing the parameter panel.
For information on the Web Designer API and its integration into applications, see ActiveReports 15 documentation.