You cannot access the DC for the report. I have repeatedly asked MS to
expose a handle to the Device Context.
If you absolutely must have this level of control over your output then you
will need to save the Report to another format that you would be able to
render yourself, for ex TIFF. Then you would have to Open the printer
yourself, draw the reports contents or your own stuff in whatver order is
required. I do this with Snapshot files in the ReportUtilities project on my
site. It's not pretty but it works perfectly. Look at the code that renders
the report in 1Up, 2Up etc. configurations.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.