How to pin a parameter pane (a drop down list of parameters) in a website raport?

Adamczyk Marta (STUD) 20 Reputation points
2023-10-09T13:17:29.93+00:00

As it is on the image. In my report I am having visible parameters in the parameters pane. This parameters pane is a drop-down type list, so I need to click a little button to show or hide it, after changing a screen in my report.
Please, can you tell me, where is the option to pin this area permanently, to be visible after opening a screen?

In the "Preview" view in Visual Studio this area is visible without clicking this little button, it only changes to be hiddden in the started report in the browser.User's image

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,494 questions
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.
3,034 questions
{count} votes

Accepted answer
  1. AniyaTang-MSFT 12,451 Reputation points Microsoft External Staff
    2023-10-10T01:52:48.8866667+00:00

    Hi @Adamczyk Marta (STUD)

    Do you mean that the default parameter area is not displayed when opening the report using the website?

    I think you can try using URL access, adding "&rc:Parameters=True" after the report web service URL. For example:

    https://myrshost/reportserver?/Sales&rc:Parameters=True
    
    

    For more details, you can refer to this link: HTML Viewer commands (rc:).

    If the answer is helpful, please click Accept Answer and Up-Vote for the same. If you have any questions, please feel free to let me know.

    Best regards,

    Aniya

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.