Does the Grid offer anything similar to the Chart’s RenderToBitmap functionality? I want to be able to save a grid as a bitmap. I was thinking I might be able to create a chart and add my grid to it, but I was hoping there was an easier way.
Imported from legacy forums. Posted by Mike (had 2947 views)
I’m using .NET 2.0 and just noticed the new Control.DrawToBitmap method. If I place my Grid control inside of a UserControl, will the Grid render correctly when I call DrawToBitmap? Or do I have to use the Reporting feature to render the Grid to a bitmap?
Imported from legacy forums. Posted by Mike (had 482 views)