Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reporting services 2005 html & render

Status
Not open for further replies.

MaddogC

Programmer
Dec 4, 2003
134
0
0
GB
I am using reporting services 2005 to display an report in an asp.net app.

I need to impersonate another user to get to the reports and have therefore used the following web service code.

Dim rs As New ReportingService
rs.Credentials = New NetworkCredential("User", "pwd", "domain")

Can I use URL access once I have impersonated another user using the web service. How do I do this? If I redirect to the URL it simply uses my old NT user account.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top