On the report form, add a script manager from the toolbox before the report control: open the toolbox and select Ajax Extensions - Script Manager, then drag it onto the form. Using Visual Studio 2012, what I ended up with was the following new control on the form:
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
Full details for Visual Studio 2012 at http://msdn.microsoft.com/en-us/library/ms252104.aspx
f29017a0-218e-4a47-8531-5bcdc7bcef5f|0|.0
This issue is because you have more than one 'Microsoft.Reporting.WebForms' referenced in your Web.Config file.
299e8fc5-d91d-4b7f-8ee1-c9e940bbbfe0|0|.0