Posted on: 4/16/2015 7:46:56 PM | Views : 832

 I am getting the following error while using ReportViwerControl in an User control. Usercontrol is again called in an aspx page.Not sure what is the actual problem.
"The update method can only be called on UpdatePanel with Id "ReportArea" before render". Here is my code for the report viewer".
<rsweb:ReportViewer ID="rvEmployeeReport" runat="server" AsyncRendering="True" SizeToReportContent="true" EnableViewState ="true" Width="100%" Height="100%" BackColor="#F7F8F9" KeepSessionAlive="false"> </rsweb:ReportViewer>

Go to the complete details ...