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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).