Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Band

edited October 2003 in General

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 |
| | |
| | |
--------------------------

Comments

  • edited October 2003
    Hi Aleksey,

    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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.