Dynamic reporting services..

  • 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=%2faperson&ViewMode=List

    subsequently...

    login: anotherperson

    Would get sent to:

    http://rptsdb/Reports/Pages/Folder.aspx?ItemPath=%2fanotherperson&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

  • 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 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply