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

rj.er.rajan2017

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by rj.er.rajan2017

  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...