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...
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...