for some reason I'm not able to get jasper report running properly.
I have no issues buildung a single page report. All the data is in the corepsonding fields.
Now I have a multi-page report. The foundset is a table with 7 rows.
I call the report with:
- Code: Select all
function onActionCreateReport(event) {
plugins.jasperPluginRMI.runReport(foundset,'PQI_report_A4.jrxml',null,'view',vParameters)
}
1st page is fine
2nd page is missing
3rd page is fine again
4th page missing again
and so on...
For some reason something does not circle trough the foundset properly, but all the data is filled in. No NULL or blank entries.
The report is designed with the latest JaspersoftStudio and I also toggled the settings for "When No Data Type" and it doesn't change this behavior.
Does anyone have any idea?
Cheers,
Alexander