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
80
Export image with ultragrid exporter
posted

Hi,

I have couple of grid columns data as image (Something like status indicator), but when try to export using ultraGridExcelExporter the Images are not visible in the excel sheet, instead of images the columns display text as " System.Drawing.Bitmap".

Please let me know how can i display the image in the excel sheet.

Thanks

 

Parents
  • 469350
    Offline posted

    Hi,

    The UltraGridExcelExporter doesn't support exporting images currently.The reason is that the Infragistics.Excel assembly didn't originally support images. Image support was added later and the UltraGridExcelExporter was never updated with image support. A decent argument could be made that this is a bug and so I recommend that you Submit an incident to Infragistics Developer Support.

    Include a link to this forum post so they can see that I asked you to report it and ask them to write it up for developer review. :)

    In the mean time, I'm pretty sure that there's a sample that demonstrates how to export the images using the events of the UltraGridExcelExporter. It's in the WinGrid SamplesExplorer sample, near the top of the list: "V7.2 Exporting Images and Formulas to Excel".

Reply Children