Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1500
Export ultra grid and other custom controls to PDF
posted

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

  • 37774
    Suggested Answer
    posted

    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