G Guest Nov 24, 2004 #2 Hi, You could use Crystal Reports for this purpose - it supports exporting data to a number of formats like pdf, excel, work etc. This MSDN article takes you thru an example on it http://msdn.microsoft.com/library/en-us/crystlmn/html/crtskexportingwebbasedreports.asp In case you don't want to use Crystal Reports, have a look at this article http://www.aspnetpro.com/NewsletterArticle/2003/09/asp200309so_l/asp200309so_l.asp which talks about how to use Excel to convert data. This codeproject article talks about how to create and modift Work documents: http://www.codeproject.com/aspnet/wordapplication.asp Also, there are a few controls @ www.asp.net which takes care of exporting data. You might also want to look @ Office PIAs as well http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/html/odc_oxppias.asp Personally, I prefer Crystal Reports. HTH, Rakesh Rajan
Hi, You could use Crystal Reports for this purpose - it supports exporting data to a number of formats like pdf, excel, work etc. This MSDN article takes you thru an example on it http://msdn.microsoft.com/library/en-us/crystlmn/html/crtskexportingwebbasedreports.asp In case you don't want to use Crystal Reports, have a look at this article http://www.aspnetpro.com/NewsletterArticle/2003/09/asp200309so_l/asp200309so_l.asp which talks about how to use Excel to convert data. This codeproject article talks about how to create and modift Work documents: http://www.codeproject.com/aspnet/wordapplication.asp Also, there are a few controls @ www.asp.net which takes care of exporting data. You might also want to look @ Office PIAs as well http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/html/odc_oxppias.asp Personally, I prefer Crystal Reports. HTH, Rakesh Rajan
G Guest Nov 24, 2004 #4 Another MSDN article: http://support.microsoft.com/default.aspx?scid=kb;en-us;317719 HTH, Rakesh Rajan
Another MSDN article: http://support.microsoft.com/default.aspx?scid=kb;en-us;317719 HTH, Rakesh Rajan