You can use the SummaryBand.PrintPosition property to manually position the summary band at the bottom of the report. This property is in report units.
Can you give me an example of what units to use? So if i put 100 or something it will always start 100 units down? and if there is something already at that point it will add a new page?
This property will be calculated in report units meaning the units defined for the TppReport.Units property. If for instance your report units are inches and you are using 8.5x11 paper and a 1 inch margin, setting the PrintPosition of a 1 inch summary band to 9 would effectively place it at the bottom of the page. Note that you will need to take the footer band into consideration if you have it enabled on the last page.
Comments
You can use the SummaryBand.PrintPosition property to manually position the
summary band at the bottom of the report. This property is in report units.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Can you give me an example of what units to use? So if i put 100 or
something it will always start 100 units down? and if there is something
already at that point it will add a new page?
This property will be calculated in report units meaning the units defined
for the TppReport.Units property. If for instance your report units are
inches and you are using 8.5x11 paper and a 1 inch margin, setting the
PrintPosition of a 1 inch summary band to 9 would effectively place it at
the bottom of the page. Note that you will need to take the footer band
into consideration if you have it enabled on the last page.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com