Jump to content
JasperReports Library 7.0 is now available ×

Limiting number of records per page.


2004 IR Help

Recommended Posts

By: Luciano da Cunha Teixeira - programisto

Limiting number of records per page.

2004-07-23 06:02

Hi people!

I'm needing to do a report limiting the numer of rows per page. Can someone help me?

 

Thank you!

 

Luciano da Cunha Teixeira

Sã¯José­SC - Brazil

programisto@yahoo.com.br

 

 

 

 

By: Juan Ara - fi2net@Spain - laureke

RE: Limiting number of records per page.

2004-07-27 10:09

mmm... I've not done it, but just thinking... what about a scriptlet class, a rewindable datasource.

Keep a counter for detail, reseting it every page, and detail band has print when expression counter < the number u want.

Then on scriptlet class new page method (or page break, can't remember) rewind datasource so next page starts to print the data u've not printed yet.

 

A small example:

10 records/page.

Rewindable DS.

Detail prints when current_count <=10;

current_count resets to 1 every page;

Scripttlet class, new page method:

Rewind to start;

for each page already printed, move 10 forward.

 

Hope it helps.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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