The getReportParameter() implicit JasperReport handler function returns the value of the specified parameter from the report that is being filled. For the distinction between parameters, variables, and fields, see "Additional EGL JasperReport handler functions."
getReportParameter(parameter STRING in)
returns (result ANY)
The following example shows the retrieval of the companyName parameter:
currentCo = getReportParameter("companyName");