Reputation: 1376
I made a report using iReport tool.but i don't know how to add that report to project in JDeveloper.If possible tell me how to add variable from class to Report.
Upvotes: 0
Views: 949
Reputation:
for adding a variable to jasper report you need to add parameter to jasper report.These option you can find on Menubar.And in Java you can add parameter method to pass the value of your variables.addProperty(variable_name,value).
Upvotes: 1