Menu
  • HOME
  • TAGS

How to make QR Page Footer or Band to be under Band Details not at the page end?

delphi,layout,report,quickreports

Summary Bands print only at the end of the report immediately after the last 'detail' (unless the AlignToBottom property is set to true). You should add a TQRBand to the report and set the BandType property to rbSummary. EDIT If you need to show intermediate results on every page you...

Rave - Print band at the bottom of the page

delphi,rave-reports,quickreports

I tend to use a databand and set the position to absolute then measure how many cm down the page. Not ideal with different paper sizes etc but it works in a "controlled setting". Just make sure your region stops above the space allowed for the footer band or your...