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?