getReportVariableValue()
The getReportVariableValue() implicit JasperReport handler function returns the value of the specified variable from the report that is being filled. For the distinction between parameters, variables, and fields, see "Additional EGL JasperReport handler functions."
Syntax
getReportVariableValue(variable STRING in)
returns (result ANY)
- variable
- The name of a variable from the report.
- result
- The returned value.