I am generating a Sale Invoice through RDLC. In that I have a table that consists of item description, rate, qty, amount.
I want to set the borders of the table till end of the body though items are not up to page size. I.e if page size capacity is 10 items but sale invoice contains only 2 items, my report should display 2 items but borders should display for 10 items.
How can I achieve this.
Using ASP.Net, C#, RDLC for Webforms