Jump to content
Changes to the Jaspersoft community edition download ×

generate 1 report/page for each object in a single PDF


jasperbox

Recommended Posts

I have the employeeList as the JRBeanCollection input. Each employee object is a single report (1 report/page). That means
if there are 5 employee objects, I want to create 5 reports (5 pages) but in a single PDF file. However, it couldn't show the second employee info. any ideas what I did wrong?

public class Employee
{
 private String name;
 private String dept;
}

thanks so much

 

 

Link to comment
Share on other sites

  • Replies 1
  • 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...