Search code examples
syncfusion

How to use syncfusion report viewer in asp.net webform?


I am using like

    <ej:ReportViewer ClientIDMode="Static" ID="ReportViewer2" runat="server"     ReportPath="~/DMS_MetadataReport.rdlc" ProcessingMode="Local">
    </ej:ReportViewer>

But ej is coming as unrecognized server tag.


Solution

  • See the below help link to get started with Syncfusion ASP.Net Reportviewer.

    Create your first ASP.Net control: http://help.syncfusion.com/ug/js/index.html#!Documents/createmanually1.htm

    Create your first ReportViewer:http://help.syncfusion.com/ug/js/index.html#!Documents/createyourfirstreportviewerinaspnet.htm

    Demo:http://asp.syncfusion.com/demos/web/reportviewer/defaultfunctionalities.aspx

    Class reference:http://help.syncfusion.com/UG/JS_CR/ejReportViewer.html

    From the error you posted it looks like the Syncfusion.EJ.Web.dll was not added properly, please refer the above help links to add the dependent Dll and script/CSS files to use report viewer.