Fixed Rows in Databand

Stimulsoft Reports.NET discussion
Post Reply
vince
Posts: 3
Joined: Fri Mar 11, 2016 7:01 am

Fixed Rows in Databand

Post 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?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Fixed Rows in Databand

Post by Alex K. »

Hello,

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

Thank you.
Post Reply