I am creating a report which need a table on the bottom of the page
that table of databand need to be show exactly 5 rows
example:
if the databand have 7 rows, i need to have 5 rows on first page, 2 remaining rows + 3 blank rows on second page
i have separate it by calculate rows in Before Print Event, when it reach 5, NewPageAfter = true
but this only make it 5 rows on first page, 2 rows on second page,
how do i add 3 more blank rows on second page?
Fixed Rows in Databand
Re: Fixed Rows in Databand
Hello,
Please try to use the EmptyDataBand component or additional band with necessary CountData value for this task.
Thank you.
Please try to use the EmptyDataBand component or additional band with necessary CountData value for this task.
Thank you.