The demo Web viewer generates a javascript error in Chrome. Haven't tried IE yet. This error also occurs in my web app when I use the web forms viewer.
It doesn't seem to cause a problem showing the report, but it is still an error in the console none the less. The attached is a screen shot of the Chrome debugging console. This is the first pass through this function. There's a second pass through that succeeds with an actual valid URL to the .axd handler to, presumably, render the report in the iframe. However, why on the first pass are you trying to load the iframe from javascript:void(0);&RenderID= ?
Just to clarify, this is the demo c# solution, setting the WebDemo as the startup project.
It doesn't seem to cause a problem showing the report, but it is still an error in the console none the less. The attached is a screen shot of the Chrome debugging console. This is the first pass through this function. There's a second pass through that succeeds with an actual valid URL to the .axd handler to, presumably, render the report in the iframe. However, why on the first pass are you trying to load the iframe from javascript:void(0);&RenderID= ?
Just to clarify, this is the demo c# solution, setting the WebDemo as the startup project.