Hello,
I would like to know if it's possible to export the ultra grid and other custom win forms controls to pdf using the Report?
I hope it is. And if so, could you give some example?
Thanks,
Vitaly
Vitaly,
There is the UltraGridDocumentExporter component that allows you to export the grid to a Report object. Unfortunately there is no way to export an arbitrary control to PDF because there is no direct mapping from a .NET Control to the Report structure; the only real way you could accomplish this in a more general manner is to draw the control to a bitmap and then export that image.
-Matt