Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fill the remaining space of the page with static field

I have created a report which is basically a timesheet for the employee to fill-in, so it’s a table where one row is designed to be prefilled with employee’s data (ex : name / last name…).

My SQL request retrieves 16 employees record. One page contains only 13 rows, so it will automatically create a second page for the last 3 rows. My problem (and requirement) is to create a second page containing 13 rows, 3 of them will be filled with records, and 10 of them will be left blank.

Here is an example:

enter image description here

How can I do that?

What if I want to create an extra-page with 13 blank rows?

Can someone help me please?

like image 977
Gauthier L. Avatar asked Jul 27 '13 14:07

Gauthier L.


1 Answers

Draw a grid on the background band, and change the property opaque to true in all the other bands.

like image 65
NeoRamza Avatar answered Oct 27 '22 13:10

NeoRamza