Reputation: 1296
I have made a report in iReport and while previewing it is prompting for the parameter value
In the iReport preview mode it is working file
But while exporting it to the JasperReports Server it is not asking for the parameter and showing that "report is empty".
So how to pass the parameter or cascading the parameter in JasperReports Server from the iReport?
Upvotes: 0
Views: 992
Reputation: 522
You have to add it manualy. Go to "Repository navigator" (in iReport) find your report, right click Input controls and click on "Create a local input control". The ID must be the same as the name of the parameter.
Jaspersoft studio allows you to create input controls while sending report to server so you don't have to do it manualy.
Upvotes: 2