How do I put a hyperlink to an item in a report?

Konstantin 41 Reputation points
2021-04-02T06:57:06.267+00:00

Good afternoon. You need to put hyperlinks to the elements in the report in the column. Moreover, the link should change depending on the text in the cell. That is, hyperlink = the first part of the hyperlink + ID + the second part of the hyperlink.

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,799 questions
0 comments No comments
{count} votes

Accepted answer
  1. ZoeHui-MSFT 32,821 Reputation points
    2021-04-02T07:29:43.993+00:00

    Hi @Konstantin ,

    You may use expression to show the hyperlink like below.

     ="https://www."+Fields!YourID.Value+".com/"  
      
    ="First Part"+Fields!YourID.Value+"Second Part/"  
    

    If I misunderstand your needs, please incorrect me.

    add-a-hyperlink-to-a-url-report-builder-and-ssrs

    Regards,

    Zoe


    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.
    Hot issues October


0 additional answers

Sort by: Most helpful