0

We have hundreds of SSRS 2005 reports in an ASP.Net 2.0 application. We are using following Javascript for rendering the report

   window.location.href = url;

Url Example

http://aaa88/ReportServer/Pages/ReportViewer.aspx?/InventoryTracking/Receiving/MyReport&rs:Command=Render&rc:Parameters=false&Emp="20"

Example: Generate report from URL - SQL Server Reporting Services 2008

By typing the url anybody in the domain is able to view the report.

We need to ensure that the report should not be accessible without entering proper credentials.

We must also ensure that the website is able to render the report using "window.location.href" and without prompting the user

What is the solution for this in SSRS 2005?

Community
  • 1
  • 1
LCJ
  • 22,196
  • 67
  • 260
  • 418
  • Your title states SSRS 2005, the example you provided is for SSRS 2008, then you tagged the question with SSRS-2008...which version are you using? –  Oct 28 '14 at 23:40
  • @ShawnMelton I am using 2005 – LCJ Oct 29 '14 at 00:46

0 Answers0