Report Viewer Control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Guys I have a web app which is using windows authentication. In this app I have a report viewer control. My problem is that when tested on my development machine, it works fine, but I get authentication errors when I try to view the reports on the app on the server. I think this is because the report viewer control is trying to view the SSRS report using the servers credentials rather than the users windows credentials. Does anybody know how I can pass the user credentials to the control to avoid the error? (I don't want to use
<identity impersonate="true" />
as not everyone should be able to view all reports) Thank you,oooo, the Jedi's will feel this one....