Create Reportbuilder (2016) URL while accessing from browser

edr013 21 Reputation points
2021-02-09T21:40:51.843+00:00

Below mentioned URL helps to create a new report using Reportbuilder from browser, . I wanted open Report builder 2016 with existing datasource? any additional instructions to be appended to the below URL. What addtional commands can be used to help users to shortcut the report creation process from the browser url.

http://ReportServer/clickonce.application?reportbuilder:Action=New&FolderPath=%2F&ItemType=report&Endpoint=http://10.10.10.10:8080/reportserver

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,950 questions
0 comments No comments
{count} votes

Accepted answer
  1. Olaf Helper 45,291 Reputation points
    2021-02-11T07:28:14.82+00:00

    The best option I see is to provide templates per data sources/data set for the end users with the predefines resources.
    This way you can create the templates already in "Corporate Design". Just take care the end user don't overwrite the templates, but save them a copy ("Save as").

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Olaf Helper 45,291 Reputation points
    2021-02-10T07:18:10.137+00:00

    I wanted open Report builder 2016 with existing datasource?

    It's not clear for me what you mean? Do you mean to create a shared data source with Report Builder? AFAIk you can't do it in RB, but in Report Manager portal.

    0 comments No comments

  2. Joyzhao-MSFT 15,596 Reputation points
    2021-02-10T07:26:27.337+00:00

    Hi @edr013 ,
    I'm sorry I don't know what you are trying to achieve.
    Use Below mentioned URL.Maybe it helps you to open Reportbuilder URL in SQl Server 2016.with the help of WebBrowser in C#. now we can open Reports builder Successfully.

    URL With Html encoding :-"reportbuilder:Action=Edit&ItemPath=%2FProject%2FReports%2FRealization&Endpoint=http%3A%2F%2F101.11.11.111%3A80%2FReportServer"

    URL without HTML encoding :- "reportbuilder:Action=Edit&ItemPath=Project/Reports/Realization&Endpoint=http//101.11.11.111/ReportServer" If report builder not install first we need to install in local machine after that it's working.
    Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. edr013 21 Reputation points
    2021-02-10T17:58:36.553+00:00

    Thanks for the response,. I do open reports in Report Builder with the URL's as indicated above with encoding.
    I wanted to take a step ahead for the users while creating new reports. I do have multiple data sources. It helps to end-users to avoid that selection while creating the reports. Also wanted to know, if I can preload any shared dataset while creating the reports. All these wanted to do while am navigating users from my web application to Report Builder (installed on the client machine).

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.