This is a migrated thread and some comments may be shown as answers.

Unable to call rest reporting service in angular with .net core 2.2

1 Answer 98 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sandeep
Top achievements
Rank 1
sandeep asked on 18 Oct 2020, 02:21 PM
 I have created Rest Service Project for my reporting and I was able to create report in .resx format , Now can some one  please let me know how I can call reporting library which is separate project  in my angular and .net core 2.2 project ???

see screens shot of both projects

Thanks for your help

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 21 Oct 2020, 02:44 PM

Hello Sandeep,

You need to grant access to the reports to the Telerik Reporting REST Service. The Angular client application doesn't need to access the reports.

Note also that the CLR (type) reports, if they are going to be rendered with a .NET Core REST Service should be built in .NET Core ClassLibrary project.

The Angular project should call the reporting REST Service and send it a client-side reportSource. The latter contains a report string identifier, for example, the assembly qualified name of the report or the path to a TRDP file. Server-side, this string identifier gets resolved to a server-side ReportSource and passed to the Reporting engine.

For further details you may check the following articles:

Regards,
Todor
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
General Discussions
Asked by
sandeep
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or