Sjessen1968
Programmer
Hello everyone. First question asked here.
We are new to using SSRS.
We have setup and built some reports on the report server. We also have a single page application with a page for selecting some reports to view.
Our current issue has a few parts to it.
I have seen Web Parts mentioned but am still in the process of reading on that.
To review the objective.
1. User signs into our single page application.
2. They click on a link that contains the URL to the report on the report server.
3. Display the full report along with dynamic filters to the user.
4. Accomplish all of this without the user having to login or provide any credentials. The web application should handle this communication with the report server.
Thank you in Advance.
-Scott
We are new to using SSRS.
We have setup and built some reports on the report server. We also have a single page application with a page for selecting some reports to view.
Our current issue has a few parts to it.
1. When chrome update went from 58 to 59, they stopped supporting embedded credentials. Our objective was to get away from having to pass the credentials regardless. As of now, the only way to get it to work is to enter the credentials in the browser popup. What i need to accomplish is to be able to click on the report name on the web page, have the report rendered, along with the filters etc.. and embed in the page (iframe) , but sign in to the report server behind the scenes in code.
Is this possible? I have not been able to find a solution.I have seen Web Parts mentioned but am still in the process of reading on that.
To review the objective.
1. User signs into our single page application.
2. They click on a link that contains the URL to the report on the report server.
3. Display the full report along with dynamic filters to the user.
4. Accomplish all of this without the user having to login or provide any credentials. The web application should handle this communication with the report server.
Thank you in Advance.
-Scott