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.
Horizontal line at end page
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
Horizontal line at end page
- Attachments
-
- The report, the red rectangle indicates where i need the horizontal line.
- Report.png (9.42 KiB) Viewed 2681 times
-
- The designer
- Design.png (15.17 KiB) Viewed 2681 times
Re: Horizontal line at end page
Hello.
Pleas, try to add a Footer Band like in the attached Report Template.
Thank you.
Pleas, try to add a Footer Band like in the attached Report Template.
Thank you.
- Attachments
-
- Report.mrt
- (25.48 KiB) Downloaded 508 times
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
Re: Horizontal line at end page
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.
Thank you very much.
Re: Horizontal line at end page
Hello.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.