using the angular report viewer in an angular 19 app to display a report from our Telerik Report Server

0 Answers 8 Views
Report Viewer - Angular
Trudy
Top achievements
Rank 1
Trudy asked on 06 May 2025, 07:11 PM

Need assistance in how I can integrate the report viewer in my angular 19 application so I can have users pull up reports from our running Telerik report server.

 

I keep getting this error

Cannot access the Reporting REST service. (serviceUrl = 'http://localhost:81/api/reports'). Make sure the service address is correct and enable CORS if needed. (https://enable-cors.org)

 

I've created a route component for this function (which will be a hyperlink on the client) for pulling up a specific report.

the <task name>.component.html just has the <tr-viewer> element

the <task name>.component.ts has the implementation

Trudy
Top achievements
Rank 1
commented on 06 May 2025, 07:42 PM

and I have CORS enabled in my Report Server

No answers yet. Maybe you can help?

Tags
Report Viewer - Angular
Asked by
Trudy
Top achievements
Rank 1
Share this question
or