jquery-3.6.0.min.js:2 jQuery.Deferred exception: $(...).telerik_ReportViewer is not a function TypeError: $(...).telerik_ReportViewer is not a function
i am getting this error while running intractive viewer in Angular Frontend. how can i solve it ?
I want to integrate the Telerik reporting tool with the PostgreSQL database in an angular single page application.
Thanks in advance.
Dimitar
Telerik team
commented on 08 Mar 2022, 09:06 AM
In order to do so, you may create a report definition file where you may use the SqlDataSource component to connect to your PostgreSQL database and to display the desired data in your report.
I would recommend having a look at our First Steps articles that will help you get started with designing reports and then displaying them in your application.
Once you have created your report, you may display it in your angular application by implementing the Angular Report Viewer as explained in the How to Use Angular Report Viewer with Angular CLI article.
jquery-3.6.0.min.js:2 jQuery.Deferred exception: $(...).telerik_ReportViewer is not a function TypeError: $(...).telerik_ReportViewer is not a function
i am getting this error while running intractive viewer in Angular Frontend. how can i solve it ?
The error indicates that the Angular Report Viewer is not loaded..Please make sure that all of its dependencies are installed correctly. You may use the Using Angular Report Viewer with Angular CLI - Telerik Reporting article for reference.
If you need further assistance, please attach a sample project with the error so that I can inspect the setup.