getParameters

getParameters(names: StringArray output;
              types: StringArray output);

The getParameters method of the JadeReportWriterReport class updates the names and types parameter array values with the names of parameters and the types (that is, Primitive or Class type) of those parameters, respectively. These values were set when the report was designed by using the appropriate controls in the JADE Report Writer Designer application Report Properties dialog.

If you want to override these values at run time, you can call the setParameter method and pass the appropriate parameter name and type for each individual parameter in the report.