I have the need to create a printable report that consists of multiple iGrid controls, and each one has a very different column layout. I was wondering if I could get some guidance on how to accomplish this, if it was at all possible.
So far, the closest I was able to come was to use iGrid1.CreateGraphics to make an image for each grid, and then assemble those images into one single image that can be printed, but CreateGraphics depends on screen resolution, so I lose the ability to take advantage of the higher quality printer resolution that I need. It works, but it's not pretty.
I tried playing around with maybe putting an iGrid into the cell of another iGrid, thinking I could then print the parent iGrid, but I concluded that just was not going to work either.
Is there anything you can suggest? Even if it's some other control that would help me use my existing iGrids as objects I can arrange on a printable sheet without losing printable resolution?