'RSClientController' is undefined
When using the reportviewer control on an IIS7 machine
you may have this error occur.
http://geekswithblogs.net/WesWeeks/archive/2009/01/21/128874.aspx
This is due to the control requireing the Managed Pipeline to be using the
classic mode. To change either use the "Classic .NET AppPool" or create a new
app pool that uses the "Classic" Managed Pipeline mode
Note: You won't get this error if you are using the built in webserver with
visual studio, only when you deploy to your webserver.
Thanks to Wes for highlighting this http://geekswithblogs.net/WesWeeks/archive/2009/01/21/128874.aspx
-