Showing posts with label wanna. Show all posts
Showing posts with label wanna. Show all posts

Friday, March 9, 2012

how to limit number of rows showing each page?

Hi All,

i couldn't find how to set up the number of rows displaying on each page?

i wanna each page display 20 rows.

Thanks

Nick

There's no explicit way of doing it, but it can be achieved by placing your table inside a list control then add a grouping with the folowing expression:

= Ceiling(RowNumber(Nothing)/20)

Make sure you check the page break at end option.

|||

Cool..

I got it.. thank you very much,, Adam