Jump to content
We've recently updated our Privacy Statement, available here ×

rj.er.rajan2017

Members
  • Posts

    1
  • Joined

  • Last visited

rj.er.rajan2017's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I have to use list element to create a jaspersoft pdf report and each object of list should be printed on separate page. For ex: I have provided a user details json file from where I am getting the data and I want to print users inside list element but each users should be printed on separate page. Please suggest me solution for this problem. Thanks in advance. JSON FILE: {"User":[ { "Name": "Ajay", "Age": "26", "Occupation": "Engineer", "Address": "Delhi" }, {"Name": "Ramesh", "Age": "22", "Occupation": "Accountant", "Address": "Pune" }, { "Name": "Amit", "Age": "25", "Occupation": "Teacher", "Address": "Goa" }, { "Name": "Himesh", "Age": "30", "Occupation": "Singer", "Address": "Mumbai" }, { "Name": "Ritesh", "Age": "28", "Occupation": "Cricketer", "Address": "Bangalore" } ]}
×
×
  • Create New...