Mauro
i am tryng to
make an invoice report , and i want print the summary fields only on the
last page ..... i have searched for old post :
it is suggested to use the summary band instead the footer band ,
my trouble is that i have to print it in the bottom of the page , and i
can't
see any 'aligntothebottom' property for the summary band .
i tryed to programmatically set the height of the footer band :
in the startpage event i check if it is the last page or the first-and-only
,
but i have trouble in case the details print a certain number of records ,
i think the 'summary' is a better way , just i don't know how to
print it in the bottom of the page ,
thanks
Mauro .
make an invoice report , and i want print the summary fields only on the
last page ..... i have searched for old post :
it is suggested to use the summary band instead the footer band ,
my trouble is that i have to print it in the bottom of the page , and i
can't
see any 'aligntothebottom' property for the summary band .
i tryed to programmatically set the height of the footer band :
in the startpage event i check if it is the last page or the first-and-only
,
but i have trouble in case the details print a certain number of records ,
i think the 'summary' is a better way , just i don't know how to
print it in the bottom of the page ,
thanks
Mauro .
This discussion has been closed.
Comments
Mauro .
You can use the PrintPosition property of the SummaryBand to define where on
the last page you would like it to start printing. This property is defined
in report units so if you are using millimeters, you will need to enter in a
value in millimeters.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks .
Mauro .