Author: JReedISE | Posted on: 7/10/2008 11:09:03 AM | Views : 932

 Hello all.  I currently have an application using role based security and I would like to show a few reports to my users using the ReportViewer web control.  When I'm logged in as the admin user, I can see the reports fine.  However, if I am logged in as a user with fewer rights, I run into problems.  The lower users can access the page with the ReportViewer, select the parameters for the ReportViewer, and then run the report.  However, the report will never display.  After looking into it more, it appears that the ReportViewer control is rendering the report in an IFrame, however my security model doesn't think that I have rights to the page that is loading in the IFrame so it redirects me to the home page.  I have tried every combination of rights I can think of, but the ReportViewer only appears to work when the user's role has rights to everything by default.  I have also tried adding rights to the page that the IFrame is ...

Go to the complete details ...