When i try to use Report Viewer following exception is shown on the page
'ReportViewer' is ambiguous in the namespace 'Syncfusion.JavaScript.Web'.what can be the cause for this?
the code i have on the page is :
<%@ Register Assembly="Syncfusion.EJ.Web, Version=14.1451.0.41, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" Namespace="Syncfusion.JavaScript.Web" TagPrefix="ej" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<ej:ReportViewer ID="ReportViewer1" runat="server"></ej:ReportViewer>
</div>
</form>
</body>
</html>