Exporting Grid to PDF
-
Hi Is there any way in silverlight to export the grid as PDF? Is there any dll that will help? Thanks in Advance
Currently, you pretty much need to do that on a server. AFAIK there's no support for rendering UI elements to a bitmap in Silverlight 2. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Hi Is there any way in silverlight to export the grid as PDF? Is there any dll that will help? Thanks in Advance
Mark is 100 % correct, just grab your data send it to the server using a WCF service, in for instance XML format (just an string), and use any of the well know tools, isharptext I think it's free, then you have tall pdf, ... HTH Braulio
/// ------------------------- Braulio Díez DBSchemaEditor.com Free Silverlight based DB Schema Modeling Tool /// -------------------------