As per this MDN link, we can start report builder by typing URL in browser. Suppose, we can open Report Builder 1.0 from URL by following URL http://localhost:8080/ReportServer/reportbuilder/reportbuilder.application This way we can also open Report Builder 2.0 or Report builder 3.0. Following URL opens Report Builder 2.0 http://localhost:8080/ReportServer/reportbuilder/reportbuilder_2_0_0_0.application If we have configured SSRS in SharePoint integration mode then as per above mentioned MSDN link, we get an option to start Report Builder with a report or model pre-loaded. In one of the projects, we need the same kind of functionality in SSRS configured without SharePoint integration mode. So, after searching, I found something interesting in this link. As per this, we can open the report by passing the report name after report builder URL. I have created a test report (“TestFromURL.rdl”) to test this and deployed this into root directory on Report Server. By clicking following URL, report successfully opened in Report Builder 2.0. http://localhost:8080/ReportServer/reportbuilder/reportbuilder_2_0_0_0.application?http://localhost:8080/reportserver/testfromUrl As the same way, we can also open report from any path inside report server.
As per this MDN link, we can start report builder by typing URL in browser. Suppose, we can open Report Builder 1.0 from URL by following URL
http://localhost:8080/ReportServer/reportbuilder/reportbuilder.application
This way we can also open Report Builder 2.0 or Report builder 3.0. Following URL opens Report Builder 2.0
http://localhost:8080/ReportServer/reportbuilder/reportbuilder_2_0_0_0.application
If we have configured SSRS in SharePoint integration mode then as per above mentioned MSDN link, we get an option to start Report Builder with a report or model pre-loaded.
In one of the projects, we need the same kind of functionality in SSRS configured without SharePoint integration mode. So, after searching, I found something interesting in this link. As per this, we can open the report by passing the report name after report builder URL.
I have created a test report (“TestFromURL.rdl”) to test this and deployed this into root directory on Report Server. By clicking following URL, report successfully opened in Report Builder 2.0.
http://localhost:8080/ReportServer/reportbuilder/reportbuilder_2_0_0_0.application?http://localhost:8080/reportserver/testfromUrl
As the same way, we can also open report from any path inside report server.
Tags: URL, Report Builder,