Hi,
I have gone through the tuts available in the Telerik docs ( link below ) but was not able to View the report.
https://docs.telerik.com/reporting/html5-report-viewer-asp-net-core-2
Would also like to know whether the approach I have done is correct.
What I have done
1 Have an existing application which is targeting Asp.net MVC Core ( not net461 but Core) where I have added a folder with the design ( a sample .rdlc designed in Standalone Report Designer)
2 Created a REST Service from the Telerik template and configured as per the docs and the end point ( http://localhost:[portnumber]/api/reports/formats) running successfully.
3 In the Core project ( point 1 I have consumed the REST Service and is trying to run it but shows error ( I 'm using Javascript ReportViewer Widgets since I can't Change the Target version to net461
Is the approach Please let me know your valuable thoughts.
Error: Error loading the report viewer's templates. (Template = /api/reports/resources/templates/telerikReportViewerTemplate-html).
TIA