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
and I have CORS enabled in my Report Server