Advertisements
Monthly Archives: April 2008
How to export Crystal Report in ASP.NET
Some other articles might help … From C# Corner Microsoft rep.Load(Server.MapPath(@”..\Reports\<Report Name>.rpt”)); … rep.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, false, “ExportedReport”); Ask Medel Antiporta for the details of the code. Advertisements
Posted in ASP.NET 2 and Crystal Report
Leave a comment