tycomo / ngx-ssrs-reportviewer

Simple Angular report viewer component for SQL Server Reporting Services
MIT License
52 stars 22 forks source link

Rendering reports dynamically #64

Open beesettysai opened 2 years ago

beesettysai commented 2 years ago

Hi,

I was running into an issue. We have a set of 10 - 20 ssrs reports, all the details (report title, path, server url, etc.,) pertaining to these reports are stored in database. Now whenever user clicks on one of these reports on navigation, we will be passing report path and url to ssrs report viewer dynamically. Now the issue I have to forcefully refresh the browser to render the report, as the report is not getting loaded..

Any solution for this. Thanks, Sai.