Node - specRepParams

Description

You can add special input boxes (textbox or checkbox) to the report, using the specRepParams node.

Attributes

None

Sub node: specRepParam

Description

Each specRepParam sub node represents a new input on the Report Generation screen in the Set Filtering Criteria and Report Configuration section.

Attributes

langName This value will be seen next to the input box. It must be a lang file name and a key name in that lang file separated by a dot.
input

The type of the input. Potential values are the following:

  • textbox
  • checkbox
  • textboxint
default Gives a default value to the input. (E.g. '1' for a checked checkbox)
field The parameter name that will carry the given value to the report. It must be specified in the report definition as 'IN' parameter in the Jasper report. It becomes an ingoing parameter and then its value can be used freely in the report.