Posted on: 6/10/2010 9:28:00 PM | Views : 1484

One of the great feature in Silverlight 4.0 is COM interoperability, now your Silverlight application can talk with Office applications using Com Automation Factory. This feature requires a trusted application (elevated permissions). In this article I am going to explain how you can export your data from data-grid to excel spread sheet as OOB (Out of browser) application using C# 4.0 magic keyword called "dynamic". ...

Go to the complete details ...