Page 1 of 1

Horizontal line at end page

Posted: Tue Feb 12, 2013 6:02 pm
by Fabio Pagano
Good evening.

I am designing a simple report, but i don't know how to print an horizontal line at the end of the data band if the data continues on the next page.

In this report I group by category, starting new page at new category

---
This is the data source ("Category" and "Data"):
Category Data
A 1
A 2
A 3
...
A 80
A 81
B 1
B 2
etc.
---

Say that on each page i print 50 rows.

Report is:

Page 1:
Group A:
------------------ -> starting horizontal line, ok, is the bottom line in the group header
1
2
3
....
49
50
------------------- -> this is the closing line i don't know how to print

Page 2:
Group A:
------------------
51
52
...
80
81
--- TOTALS group footer ----

Page 3:
Group B:
------------------
1
...and so on.

May you kindly tel me how is the best design i can do in this situation to print the closing line when data goes on more pages?

in designer, I have designed a report header, then a group header (group by category) then the databand then the group footer.

As above said, my problem is that i don't know how to print the closing horizontal line when the data goes on more than one page, please see attached images, "design.png" (the designer) and "report.png" (the resulting report, where the red rectangle indicates where i need the closing horizontal line when the data goes on more than one page).

Thank you.

Re: Horizontal line at end page

Posted: Wed Feb 13, 2013 12:55 pm
by HighAley
Hello.

Pleas, try to add a Footer Band like in the attached Report Template.

Thank you.

Re: Horizontal line at end page

Posted: Wed Feb 13, 2013 1:34 pm
by Fabio Pagano
Done, I've seen that the footer band with "Print on all pages=True", "Height=0.2" and "UpperLine" did the trick.

Thank you very much.

Re: Horizontal line at end page

Posted: Thu Feb 14, 2013 1:15 pm
by HighAley
Hello.

We are always glad to help you.
Let us know if you will need any additional help.

Thank you.