Share via

Reporting server 2016 - User issues after upgrade

Nik Clark 1 Reputation point
2022-03-28T19:54:29.737+00:00

We have recently migrated to a 2016 reporting server and I am struggling to find answers to my user's questions.

I have teams of users who have their own "dashboards" (a report containing a list of text buttons with the names of their reports and charts relative to their department). When they use thiese to visit their reports, the URL stays at the initial report, not the report they have gone to. They are complaining that they no longer can tell which report they are looking at or share the URL. Previously the URL bar would reflect the currently open report. Is it possible to change this? I build the reports in Visual Studio. It feels like the reports are opening in a frame underneath the reporting services header. This is not the desired functionality. Is there a way arond this? Thanks in advance for any help.

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.


1 answer

Sort by: Most helpful
  1. Joyzhao-MSFT 15,651 Reputation points
    2022-03-30T03:27:42.987+00:00

    Hi @Nik Clark ,
    Do you mean you are using report drill-through? That is, when you click on a chart, dashboard, etc. in a report, you will jump to the corresponding other report, right?
    If you have drillthrough in your report, the reports that need to be linked are all deployed on the same report server at the same time, but they can exist in different folders.

    When the drill operation in the main report fails, it can be considered as:

    1. Other reports drilled by the main report are not on the same server or are missing or cannot be retrieved. If you are using Visual Studio to create reports, you can redeploy your local Project to the report server.
    2. A drillthrough report usually contains detailed information about the items contained in the original summary report, and often includes parameters that filter the drillthrough report based on parameters passed to the drillthrough report from the main report. Please check if the parameter settings are lost.
    3. If you upgrade to SSRS2016 Edition, you should also consider that the report is not automatically upgraded successfully. In this case, it is still recommended that you redeploy to the report server.

    If I misunderstand what you mean, please feel free to correct me.
    Best Regards,
    Joy


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.

    Was this answer helpful?


Your answer

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