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

How to use Telerik report in Angular 6

3 Answers 600 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lokendra
Top achievements
Rank 1
Lokendra asked on 29 Jan 2019, 06:15 AM
Hi Team,

We would like to do a POC on the integreation of Telerik Reporting with seprate Angular6 application via web-services .

Please could you guide us or give us some urls where we will have an example.
Thanks,
Lokendra

3 Answers, 1 is accepted

Sort by
0
Silviya
Telerik team
answered on 31 Jan 2019, 11:20 AM
Hi Lokendra,

We already answered to your question in the support ticket that you've opened on the same topic. Let me share my answer here as well:

"To display reports in Angular application we recommend using Angular Report Viewer. It is a wrapper of the jQuery-based CSS/HTML/JavaScript widget (HTML5 Report Viewer) which communicates with the server where the reports are generated using Reporting REST service.

Details on how to add Angular Viewer to the project are available in How To: Use Angular Report Viewer with Angular CLI help article.

We do support Angular 6 version applications and we've already tested this scenario. Please check the project setup and example in Angular6 application working with local resources (without any CDNs) KB article."


Regards,
Silviya
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Andy
Top achievements
Rank 1
answered on 29 Oct 2019, 05:05 PM

Hi Telerik Team,

How can i  pass the parameter from Angular Cli Project, let say i have 3 parameters on Invoice.trdp (OrderNumber, ForYear and ForMonth)

   
      var reportSource = this.reportViewer.getReportSource();
      reportSource.report = "Invoice.trdp";
       var parameters = ???;
       this.reportViewer.setReportSource(reportSource);

0
Todor
Telerik team
answered on 01 Nov 2019, 12:18 PM

Hello Remi,

Please, check the How To: Pass Values to Report Parameters article from our Documentation where you may find also sample code.

Regards,
Todor
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Lokendra
Top achievements
Rank 1
Answers by
Silviya
Telerik team
Andy
Top achievements
Rank 1
Todor
Telerik team
Share this question
or