Band
1) How can I print something between Detail and Footer bands?
--------------------------
| Header |
--------------------------
| Detail1 |
| |
--------------------------
| Detail2 |
| |
--------------------------
| Detail3 |
| |
--------------------------
| Detail4 |
| |
--------------------------
space <-- need print line
--------------------------
| Footer |
--------------------------
2) How can I know position of line on the Header band when it prints after
SubReport?
--------------------------
| Header |
| |
| ------SubReport------ |
| |
| | <-- need to know Top position for print
| | |
| Line |
| | |
| | |
--------------------------
This discussion has been closed.
Comments
1. The following example shows how to print a line just after the last
detail record prints. You can do this by getting the bottom position of the
page and subtracting the detail band's position rectangle bottom position.
http://www.digital-metaphors.com/tips/LastLine.zip
2. If you would like the line to shift down in the header band according to
the size of the Subreport, try placing the line inside a TppRegion and set
the region to ShiftRelativeTo the subreport.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com