Topic: Add Space or empty lines in between masterdata and page footer.
To fit in A4 page properly how to fill space in between master data and page footer also add vertical and horizontal lines.
Right Now Report looks like
PageHeader
SN Item Name Pcs
MasterData
1 item1 4
2 item2 2
Footer
total 6
PageFooter
T&C Goods Once Sold will not be taken Back
------------------------------------------------------------------
What I Need
PageHeader
| SN | Item Name | Pcs |
| MasterData
| 1 | item1 | 4 |
| 2 | item2 | 2 |
| | | |
| | | |
| | | |// add this blank/empty lines to fill the space
| | | |
| | total | 6 |
|------------------------------|
| PageFooter
|
| T&C Goods Once Sold will not be taken Back