0
votes

This may be a small thing, but not able to find the solution.

http://ServerName/Report_Dev/Pages/Report.aspx?ItemPath=%2fReportName

this works, but the next one don't work

http://ServerName/Report_Dev/reportserver?/ReportName&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false

do i need to configure something in the SSRS to make "reportserver?" work. Thanks in advance

Edited: I think the URL should be

http://ServerName/Report_Dev?/ReportName&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false

but still this is not opening the report, instead it is going to the home page of reports

1

1 Answers

4
votes

Have you configured the virtual directory for report server? If the Report Manager is configured in the Report_Dev virtual directory (which I think it is, looking at the first link you shared) then I would expect to see a sibling address for report server, for example:

http://ServerName/ReportServer?/ReportName&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false

They are two different web applications - have a look in the SQL configuration manager.

EDIT:

As per the comment "Don't use the Report Manager URL"