rdlc report issue

nvermanverma Member Posts: 396
I am working on a check report for one of our clients where we have a check/stub/stub.

I need to freeze how much data is displayed in each stub. If there are too many invoices in stub 1, pushes the stub 2 down which ends up taking another page (However, I need to fit the whole data in one page). I need to freeze where the stub 1 should end and stub 2 should start displaying information because of the page layout of the check. I have looked at a whole bunch of stuff, where people are doing page break, but that just ends up creating a new page (which I dont want).

Maximum number of rows that can be displayed in sub one is 1, and max number of rows in stub 2 are 10 aswell, so that all the information can be printed on the same page. Any ideas how I can achieve this.
Sign In or Register to comment.