Dynamic Footer
Hello,
I have a report where the client can choose between print the signature on
every page or print the signature only in the page that have a group break.
However, the signature must be printed in the footer band. If the user
choose the 2nd option, I need to allocate space to signature dynamically.
How I can do it??
I have a report where the client can choose between print the signature on
every page or print the signature only in the page that have a group break.
However, the signature must be printed in the footer band. If the user
choose the 2nd option, I need to allocate space to signature dynamically.
How I can do it??
This discussion has been closed.
Comments
Unfortunately the page footer is the only band in ReportBuilder that cannot
be sized dynamically. You will either need to use a group footer band or
the summary band.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
OK, but how can I make the group footer print near to the footer band??
Thanks,
Weverton
It is possible to chang the position of the group footer band by adjusting
the Band.PrintPosition. This property allows you to position the band
anywhere you like on the page.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com