The report header will print at the beginning of the report (hence the "HEAD"er) and the footer will print out at the end of the report. You can set it so that they print on individual sheets, but you can't put the header and footer on the same page unless you were to modify the report so that all things weren't visible, as statsman has suggested. This would be a bit difficult, I would think, as you would need to set the report header's visible property to no, print the details, and then set the details visible to no and reset the header to visible. And, it would likely need to happen in design mode so you would have to open the report twice in design mode (yes you can open it in design mode programmatically) to make the changes, save it and then print and then open it, make changes, and print. Not too efficient.