Hi,
I am implementing export to excel in silverlight. I am stuck on
WorksheetImage image = new WorksheetImage() results in
'The type 'Infragistics.Silverlight.Excel.WorksheetImage' has no constructors defined.
You do not support this or am missing something. Any help is greatly appreciated.
Subu
Hi Subu,
Images and Shapes are not supported in 9.1 version of the library, except the round trip support.
The BackgorundImage is supported using WriteableBitmap.
Thanks,George
George, Thank you for the reply. Is there a plan to support this in the future?
Silverlights capabilities for dealing with image formats is quite rudimentary at this point. We are investigating ways that we can add this support ourselves but it will take some time to complete this.
Can you provide more details on your specific scenario? What is the source of the image you are trying to embed and what image format do you need to embed it as?
Devin
Hello,
We have forms with data and associated image (JPEG / WMF). Source of the images are BLOB columns. Our need is to export them into an excel spread sheet.
Thank you,