Sachin D
Sachin D

Reputation: 1376

How to add Jasper Report to JDeveloper

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

Answers (1)

user1247883
user1247883

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

Related Questions