Print a message in the last page
Hi.
I've developed a simple report Header + Detail that print in the footer of
the last page a simple message ( with a label ).
I've checked the item "Print on Last Page" of the Footer pop-up menu and
unchecked the item "Print on First Page".
The Report work correcty il the pages are more of 1.
If the report has only a page, the message will be printed in the first
page.but it doesn't work.
How i can print a message only in the last page?
I've used RB9.
Thanks.
Luca Rizzi
Padova (Italy)
I've developed a simple report Header + Detail that print in the footer of
the last page a simple message ( with a label ).
I've checked the item "Print on Last Page" of the Footer pop-up menu and
unchecked the item "Print on First Page".
The Report work correcty il the pages are more of 1.
If the report has only a page, the message will be printed in the first
page.but it doesn't work.
How i can print a message only in the last page?
I've used RB9.
Thanks.
Luca Rizzi
Padova (Italy)
This discussion has been closed.
Comments
Instead of using the Footer band to print a message on the last page, try
using the Summary band. This band by definition will only print on the last
page of the report.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
You are right, but i don't able to print the message in the bottom of the
page, the message is printed at the end of the detail.
Thanks.
You can adjust the vertical position of the summary band using the
PrintPosition property. This property is calculated in Report Units so if
you are measuring your report in inches and using a 8.5 x 11 inch piece of
paper, setting the PrintPosition to 9 would print the top of the band 9
inches from the top of the paper.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com