tycomo / ngx-ssrs-reportviewer

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

"report server refused to connect" I'm getting this error and browser console print that it is due to X-Frame-Options set to same origin . Please help me to solve this issue. #34

Closed Gaurangs closed 4 years ago

akshayG14 commented 4 years ago

Even when I tried the package, was facing the same issue. Found out that I was trying to render the report using the file URL instead of the one retrieved from the report server. This is not a issue caused by the package, but rather the implementation of the report fetch. Update the server and report path to the one provided by the report server and it should resolve the issue.

Gaurangs commented 4 years ago

Thanks Akshay for your help :) It worked.