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.