locked
Export Grid to PDF file In windows Store app using Xaml and C# RRS feed

  • Question

  • I am working on windows store and have multiple data field  which I have to export to PDF  file 
     
    In wpf  project i easily export gridview data to pdf file but need help to do same thing in windows metro app.
     
    Thanks in Advance
     
    Wednesday, January 21, 2015 3:09 PM

Answers

  • There is no in-box PDF writing API. You will need to find a third party component. If you search the forum there are several threads (as recent as yesterday) with discussing this with component suggestions.
    Wednesday, January 21, 2015 3:36 PM
    Moderator