OK these are my current options..

1. Use the microsoft WYSIYWIG code to print the contents of a Rich text box. But I am not sure if this code will print an embedded picturebox. I want to add graphs to my final report you see.

2. Build up my reports from scratch. I really need the report to look as if it was a flexigrid type as I need to colour some cells to provide differentiation.

3. Use a word doc saved as a .rtf, superimpose my data in the template,then use the RTB WYSIWYG print technique - see 1.

4. Write the report directly using the Print object, handling width and page formatting by myself.

5. Use the qPrinter class. Here a lot of the work apears top be done for me, but it means learning how to get the best from a third party class.

6. ??? Idea's anyone.

Whichever technique I eventually use I need to be able to display vertical text in the header area of the final report. This will require some alignment of individual picture box's with the vertical text within them.

I have posted this conundrum as I am not sure where best to invest my time. I would be gratefull for any views or suggestions that you guys may have on this.

TIA