One way, though I would be surprised if it is the easiest, would be to do the following in code:
1/ Count the number of records
2/ Work out how many records per page
3/ limit the feeding query to show the first 16 (for example) records (use the top X command).
4/ Output report
5/ query for...