Connecting Tech Pros Worldwide Forums | Help | Site Map

Export Crystal Report to Excel in asp.net vb 2003

pbala's Avatar
Member
 
Join Date: Dec 2008
Location: Tamil Nadu
Posts: 34
#1: Jul 8 '09
Hi,
I need the code for Export to Excel from Crystal Report Viewer in Asp.Net 2003 with vb.net.

tlhintoq's Avatar
Moderator
 
Join Date: Mar 2008
Location: Arizona, USA
Posts: 1,778
#2: Jul 9 '09

re: Export Crystal Report to Excel in asp.net vb 2003


This is not a free "rent-a-coder" site.
You take a shot at writing it and the volunteers here will try to help you debug it if you run into issues.
pbala's Avatar
Member
 
Join Date: Dec 2008
Location: Tamil Nadu
Posts: 34
#3: Jul 9 '09

re: Export Crystal Report to Excel in asp.net vb 2003


Report.ExportToDisk(CrystalDecisions.Shared. ExportFormatType.Excel, "C:\Reports.xls")


While using this code it give some error
"Error in File C:\Inetpub\wwwroot\SEVS\ReportFundEv_CrystalRPT.rp t: Error detected by export DLL: "
Reply


Similar ASP.NET bytes