setParameter

setParameter(name:  String;
             value: Any);

The setParameter method of the JadeReportWriterReport class sets the name and value of a parameter to be used when running the report to the values specified in the name and value parameters, respectively.

Use the getParameters method to obtain the names and types of all individual parameters that can be used when the report is run.