Q: datagrid to a file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have my tabled displayed through a datagrid to users. Now I need to export
this data to excel, xml, pdf once users click a button. How can I do this?
Thanks,
Jim.
 
I would work with the DataSet that was bound to the DataGrid and use it to
create the other formats, as each is easy to build with XML (dataSet is XML).
There are third party tools to do this. For an Enterprise, Reporting Services
will handle all of this for you with very little effort.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top