Page 1 of 1

Four rows in one page, then a fixed page

Posted: Thu Oct 25, 2012 10:43 am
by Fabio Pagano
Good morning.

I would need to have the following report:

First page: rows from 1 to 4 of the datatable
Second page: a fixed text (the same on all even pages)
Third page: rows from 5 to 8 of the datatable
Fourth page: a fixed text (the same on all even pages)
Fifth page: rows from 9 to 12 of the datatable
...and so on.

How may I accomplish this?

Thank you.

Re: Four rows in one page, then a fixed page

Posted: Fri Oct 26, 2012 8:22 am
by HighAley
Hello.

You could set the Segment per Width property of the page to 2.
And create a report like in the attached report template.

Thank you.