setReportVariableValue()

The setReportVariableValue() function provides a new value for the specified variable. For the distinction between parameters, variables, and fields, see "Additional EGL JasperReport handler functions."

Syntax

  setReportVariableValue(
    variable STRING  in,
    value ANY in)
variable
The variable to set.
value
The value to assign.

Example


Feedback