Add space above band
I have an invoice form that I am working on and I use the page header band as the master data (so that invoice header information appears on each page), and then a Master Band to display the line items of the invoice and finally another master band to display the totals (totals are printed in multiple currencies). I want to space the second master band from the first but I can't see a way to do this.
Comments
Unfortunately, that won't work as the child band will appear after each total line giving me spaces between the total lines instead of before them. It would be nice if there was a static band that you could say follows another band. I have posted more details at StackOverflow.
Child1.Visible := not Totals.Dataset.Eof;