Link to home
Start Free TrialLog in
Avatar of jmpatton
jmpatton

asked on

Crystal Reports Exported to Excel

I have the following code that spits out a Crystal Report in PDF format on the user's computer.  I need it to open up in xCel.  How can I do that?  

ReportLoader reportLoader = new ReportLoader("ReportName.rpt", ReportData);
reportLoader.ExportToHTTPResponse(HttpContext.Current.Response, true);

I need to get the ReportName.rpt to disk and then opened up in xCel, or just opened up in xcel.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial