or
"Microsoft JScript runtime error: Object expected": Here's the first line that is causing the error:
ToolbarImageButton(
'ReportViewer1_ReportToolbar_NavGr_FirstPage_Button','FirstPage',false,'NormalButton','DisabledButton','PushButton',false);
I'm using 2009 Q1. This is a .net 3.5 web application. I tried reinstalling Telerik Reporting and I still get the error. Any ideas?
<system.webServer> <httpProtocol> <customHeaders> <add name="X-Frame-Options" value="SAMEORIGIN"/> </customHeaders> </httpProtocol></system.webServer>