Horizontal line at end page
Posted: Tue Feb 12, 2013 6:02 pm
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.
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.