Page 1 of 1

Fixed Rows in Databand

Posted: Thu Mar 31, 2016 9:57 am
by vince
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?

Re: Fixed Rows in Databand

Posted: Thu Mar 31, 2016 1:35 pm
by Alex K.
Hello,

Please try to use the EmptyDataBand component or additional band with necessary CountData value for this task.

Thank you.