I have a SSRS report, which I need the table to extend till the end of the page. I have 2 tables next to each other and I am using the left table border to serve as a vertical line between them. It is an invoice table and the values are set dynamically.
The problem: I want to extend the table till the end of the page or better yet set a vertical line till the end of the page, regardless of the values.
What I have tried so far:
- Extending the table till the footer, leaving no space in between. This works perfectly when I Preview it. But when I save it as PDF the this change is not reflected.
- Drawing a line till the footer. This only reflects on first page.
- Setting a line image as background, again this reflects only on first page.
Ideas: To insert blank rows in the table. Compute total number of rows, subtract from a fixed number per page and insert the resultant blank rows.
I have looked mostly everywhere in the MSDN forum, nothing seems to suggest to resolve this issue. Please suggest a solution.