October 24, 2007 at 11:40 am
I want to know if there is a way to tell "RS" to send someone to thier root page, or "home page" of the reports based on a login, or a local server login..?
IE:
login: aperson
Would get sent to:
http://rptsdb/Reports/Pages/Folder.aspx?ItemPath=%2f%5Bb%5Daperson%5B/b%5D&ViewMode=List
subsequently...
login: anotherperson
Would get sent to:
http://rptsdb/Reports/Pages/Folder.aspx?ItemPath=%2f%5Bb%5Danotherperson%5B/b%5D&ViewMode=List
based on thier login on the server.. Right now we have reporting services on a server, and the database on another if that makes a difference...
-david
October 24, 2007 at 5:37 pm
I don't know about modifying Reporting Services itself, but it should be fairly easy to do this with a .NET (or even ASP) page that gets the user's credentials and then issues a 302 redirect to the correct path. For instance, in ASP it would be easy to issue a Response.Redirect to point the user in the proper place. This assumes that authentication is set correctly on the custom page.
K. Brian Kelley
@kbriankelley
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply