Jump to content
JasperReports Library 7.0 is now available ×

Report starting new page for each next()


mjplaine

Recommended Posts

I run a jasper report from a Java application with a wrapper implementing JRDataSource.

The report gets generated with the fields filled with the values that I provide to getFieldValue().

 

My problem : I have one page created every time next() is called.

The first page has the title + pageheader + columnheader + detailed data 1.

The next pages have pageheader + columnheader + detailed data 2 ...

 

What do I miss?

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Are you asking why you don't have more detail bands being wrapped onto a single page?

 

It sounds like either ....

 

A. You have groups implemented and have chosen an option under groups such as "Start Each Group On A New Page"

 

B. Your detail band is high enough to generate a new page for each pass through.

 

Could you post the report please?

Link to comment
Share on other sites

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