Hi All,
I am tryinig to export a crystal report to excel using ASP.net. In report i have links to sub reports also. While exporting the report, ASP.net exports with hyperlink to subreports also. so even after exporting to excel, when i click those hyperlinks in the excel file, it takes to my subreport in ASP.net page. I dont want hyperlinks while exporting to excel file. Any help will be appreciated.
you can even reach me thru sjayaprakash@inautix.com
Below is my CODE
----------------
pdiskFileOptions.DiskFileName = Server.MapPath(Session("pdfpath"))
rpt_sales.ExportToDisk(ExportFormatType.PortableDocFormat, pdiskFileOptions.DiskFileName)
I am tryinig to export a crystal report to excel using ASP.net. In report i have links to sub reports also. While exporting the report, ASP.net exports with hyperlink to subreports also. so even after exporting to excel, when i click those hyperlinks in the excel file, it takes to my subreport in ASP.net page. I dont want hyperlinks while exporting to excel file. Any help will be appreciated.
you can even reach me thru sjayaprakash@inautix.com
Below is my CODE
----------------
pdiskFileOptions.DiskFileName = Server.MapPath(Session("pdfpath"))
rpt_sales.ExportToDisk(ExportFormatType.PortableDocFormat, pdiskFileOptions.DiskFileName)