I’m developing a Reportviewer and want to extend the table to the end of page event it has few or no record. Below is the table design in Visual Studio 2013 – VB.NET project.
The table has five columns: Items, descriptions, quantity, unitprice, and amount. The table body will have to extend in many pages if it has more rows. Below is the picture of printable version of my report which has only three records:
The issue is that the table cannot push footer to the end of page if there are only few records. But I want it to push the footer to the end of page like this:
In other case, if there is no row in the table, it also should push the footer to the end page like this:
I need help to format the table to push the footer to the end of page in my report.