Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How to render the report on reportviewer control under forms authentication using SSRS 2005

How to render the report on reportviewer control under forms authentication using SSRS 2005

Scheduled Pinned Locked Moved Database
sql-serversecurityhelptutorialquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MSinha
    wrote on last edited by
    #1

    Hi all, I have populated treeview control based on logged in user's credentials under forms authentication. I have used cookies management. The next step is how to render the populated report on reportviewer control. I have tried with following code ReportViewer1.ServerReport.ReportServerUrl = new Uri("http://servername/Reports"); ReportViewer1.ServerReport.ReportPath = "/" + Request["Path"]; Can any one help me please ?

    P 1 Reply Last reply
    0
    • M MSinha

      Hi all, I have populated treeview control based on logged in user's credentials under forms authentication. I have used cookies management. The next step is how to render the populated report on reportviewer control. I have tried with following code ReportViewer1.ServerReport.ReportServerUrl = new Uri("http://servername/Reports"); ReportViewer1.ServerReport.ReportPath = "/" + Request["Path"]; Can any one help me please ?

      P Offline
      P Offline
      pmarfleet
      wrote on last edited by
      #2

      MSinha wrote:

      Can any one help me please ?

      With what? You haven't stated what your problem is. What is wrong with the code you have posted? Are you getting an error?

      Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

      M 1 Reply Last reply
      0
      • P pmarfleet

        MSinha wrote:

        Can any one help me please ?

        With what? You haven't stated what your problem is. What is wrong with the code you have posted? Are you getting an error?

        Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

        M Offline
        M Offline
        MSinha
        wrote on last edited by
        #3

        Problem is with rendering of the report from tree view nodes to reportviewer control. I gets this error: The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/ReportServer/logon.aspx?ReturnUrl=%2fReportServer%2fReportExecution2005.asmx">here</a>.</h2> </body></html> --.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups