Mega Code Archive
Categories
/
Delphi
/
ADO Database
Printing a footer on only the last page
Question: Is there a way to print a band as footer only on the last page of a report. Answer: Instead of using a footer band, use a summary band and set it's AlignToBottom property to true.