Javascript Error upon click Export to Word/Excel/PDF/etc.
Posted: Tue Feb 25, 2014 5:25 am
Good Day,
I was looking for a fix on an error I've encountered while trying to export a report as PDF/Word/Excel or other files but I can't find any fix.
The error says
this.options[this.parentTable.getAttribute(...)] is undefined
..it is a javascript error.
I tried placing a breakpoint inside controller to see if it enters controller part before the javascript error occurs.
But I think the error happens before entering the controller part.
What I did to produce it was,
- click Save to Word/Excel/PDF from report viewer fx
- then error occurs
I am using 2013.3.1800.0 build of Reports.Web (for MVC)
Before I was using I upgrade to 2013.3.1800.0 the export function is working flawlessly. But after the update, this error occurs.
Hoping for your reply.
Thanks.
I was looking for a fix on an error I've encountered while trying to export a report as PDF/Word/Excel or other files but I can't find any fix.
The error says
this.options[this.parentTable.getAttribute(...)] is undefined
..it is a javascript error.
I tried placing a breakpoint inside controller to see if it enters controller part before the javascript error occurs.
But I think the error happens before entering the controller part.
What I did to produce it was,
- click Save to Word/Excel/PDF from report viewer fx
- then error occurs
I am using 2013.3.1800.0 build of Reports.Web (for MVC)
Before I was using I upgrade to 2013.3.1800.0 the export function is working flawlessly. But after the update, this error occurs.
Hoping for your reply.
Thanks.