I'm struggling with a problem in SSRS. I have created a customer invoice that is looking good in report viewer however, it needs to be set to print in a certain way.
There are 4 main elements to this report.
- Header, this needs to repeat on every other page if the invoice details + footer do not fit on the first page.
- Invoice details, this needs to repeat on every other page if the invoice details and footer do not fit on the first page.
- Footer, this needs to repeat on every other page if the invoice details and footer do not fit on the first page.
- Back of page (payment details, like a bank statement), this needs to repeat on every other page without the header, invoice details or footer.
Is this even possible? If not, the end user has accepted that the first 3 parts of the invoice to repeat as necessary and just the last page to be the payment details.
Thanks in advance