User-1578974752 posted
In my crystal report ,below code is not working showing error. I could open other reports with out any issue.The size of the report page is
is 4.5*3.0
Appreciate the Help
Line: 6
Error: Unable to get property 'PRM_ParserErrorDetails' of undefined or null reference
"scriptTagAttributes 'scriptTagAttributes' is undefined"
The report is saving to the below folder .but can not open.
Response.AppendHeader("Content-Disposition", ("attachment; filename=" + Path.GetFileName(String.Format("C:\inetpub\wwwroot\ABC\ABC\Reports\ABC\LabelDO({0}).pdf", Convert.ToString(search.Text), POno))))
Response.WriteFile(String.Format("C:\inetpub\wwwroot\ABC\ABC\Reports\ABC\LabelDO({0}).pdf", Convert.ToString(search.Text), POno))