The base parameter element defines properties common to all types of parameters.
The base parameter element defines properties common to all types of parameters. Parameters can be hidden, meaning that they will not appear in the UI. Parameters also provide additional pop-up help text that can explain the use of the parameter to the end user.
Hides the parameter from the parameter UI.
If true, the parameter will not appear in the Requester page. Allows the developer to create parameters for internal use, or for use by scripts. Parameters are visible by default.
concealValue
property of
the Scalar Parameter
Additional text to display for the parameter to explain how to use the parameter.
Additional text to display for the parameter to explain how to use the parameter. The string can be externalized.
Resource key for the helpText
helpText can be externalized. helpTextId is the resource key for the helpText.
Validation method associated with the parameter
User can implement this method to perform custom validation for a particular parameter. This method is called during report execution, to validate the parameter value.