I'm trying to get the jasper element "table" running. These tables require a dataset to get their data from.
I tried the same way as with normal variables and just passed the foundset from servoy which is based in a DB table and the parameters.
- Code: Select all
function onActionReportTable(event) {
plugins.jasperPluginRMI.runReport(foundset,'Report_A4_Landscape.jrxml',null,'view',vParameters)
}
This however does not work for tabel elements in jasper. Neither the foundset nor the parameters make it to jasper.
Is there a way to convert the servoy foundset into a jasper dataset or to pass it in another way without getting the data directly from the database?
Cheers
Alexander