I had to solve same issue - here is what I did:
Calculate manually how many rows fits into empty page space, then calculate how many empty rows need to be added to table to fill page, and finally populate table with empty rows -
private const int TableRowsCount = 21; //You have to calculate how many rows fits into empty page space