Does anyone know of any way of vertically centering a report (header, body and footer)?
I have a report whose body is between 1 and 25 lines. When the report is 25 lines it takes almost the entire page up, and when 1 line almost nothing on the page.
The client has requested the report be centered vertically.
First I checked the report designers page settings and properties. And I don't see anything that looks like it does what I want.
I then checked the PrinterSettings and StandardPrintController for a setting that would do this. And I don't see an option for what I want.
Is the only way to do this to figure out the number of lines, calculate the top margin and change that during runtime?