SSRS: how to make two tables in one paper with pagination

  • I need print check paper. There have too detail tables with same format and data, one is at top, one is at button, in the middle area is check type including amount and address etc.

    the problem is the two detail tables need only show 10 rows on every paper, if the detail tables have more than 10 rows , there should be have next paper with same format--only the check area is changed to "Void".

    I tried to use pagination, but can not keep the check area and the second table with the one paper. And I tried to make TextBoxs(10 rows) in Foot area and copy the data from Table1 but failed.

    So, does there any method to achieve this format? Thanks!

  • I put the two tables in a list, and can print them in one paper, Now, the question is how to use ceiling((RowNumber(Nothing) - 1) / 10) ) to paper break , it shows that "Group1 use the RowNumber function with a scope parameter that is not void. when used in a group expression, the value of the scope parameter of RowNumber must equal the name of the group directly containing the current group)"

    how can I fix it?

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply