Hello,
I am sort of new to passing a foundset to jasper reports, Ive got the basic report working fine but it always shows only the first record in the passed foundset. Do I need to pass additional parameters, eg. pk of selected record for the report to only show that record. Code below, and assistance greatly appreciated.
var byteArr = plugins.jasperPluginRMI.runReport(foundset, "sales_print_estimate.jrxml", null, 'print', null)