Click here to Skip to main content
15,867,937 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created a report using SSRS 2008. I want to call this rdl file through my angular 6 application. The report takes one integer and one string parameter.


Any help appreciated.

Thanks.

What I have tried:

I referred this[^] link but it requires my report to be hosted on report server. I don't have report server. I just want to call one single rdl file through my angular 6 application. Is there any way to do it?
Posted
Updated 17-Oct-18 3:24am

1 solution

To open (run) a RDL file you must have an active SQL server with running Reporting Service...
So if you have no such things you can not display a report.
If you do have them you can use this Angular component to display such a report: GitHub - tycomo/ngx-ssrs-reportviewer: Simple Angular 2+ report viewer component for SQL Server Reporting Services[^]
 
Share this answer
 
Comments
Kevin Yochum 6-Nov-18 10:57am    
The OP's question asked about an Angular 6 solution. Your solution (and old Angular 2+ Git repo) does not work in Angular 6 (or, for that matter, Angular 4 or Angular 5).
Kornfeld Eliyahu Peter 6-Nov-18 11:20am    
But he can fork it and upgrade to 6 (or 7)...
Not always you can 'buy' anything you want - you sometimes have to build it on your own...
Kevin Yochum 6-Nov-18 11:27am    
I agree. Sometimes you do have to build it on your own. My only point is that your solution isn't a solution. If your solution was a solution, Google solves a lot of problems by producing search results that probably point in the direction of a solution, but ultimately don't work.

The English language is very specific. Words have specific meanings. By it's very definition, a solution is not a "solution" if it doesn't work.
Kornfeld Eliyahu Peter 7-Nov-18 1:42am    
"Google solves a lot of problems" - You will be surprised, but over 80% of the questions here can be 'solved' with a few Googling...
If I take 'solution' as is, than the only solution is presenting an Angular 6 component, that works without reporting service... Means no solution exists...
However I do agree that it is more a proposition to how to achieve a solution, than the solution itself - but then it is more than a comment...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900