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

I have to use list element to create a jaspersoft pdf report and each object of list should be printed on separate page.


rj.er.rajan2017

Recommended Posts

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"
}
]}

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...