locked
Using HTML tags within "Go to URL" hyperlink option RRS feed

  • Question

  • I have an RDL that uses the Action "Enable as a hyperlink" to allow users to click on an image and be taken to a URL that pops-up in a different window.

    However, SSRS automatically uses the "javascript:void" window.open method. Can I over-ride this somehow and use the <a> tag? Thanks!  

    Thursday, August 18, 2011 10:48 PM

Answers

  • Hi ,

    Drag and Drop and Text box inside Create a Place Holder and Chose to read it as HTML Tag.

    Paste your HTML Tag in Expression Box :

    [<a href="http://www.social.msdn.microsoft.com">MSDN</a>]

    Check this link for Placeholder.

     

     


    Rakesh M J

    Dont forget to mark it as Answered if found useful

    MCTS,MCITP,MCSS

    http://myspeakonbi.blogspot.com/

    • Proposed as answer by Manoj A Friday, August 19, 2011 5:32 AM
    • Marked as answer by Sharp Wang Thursday, August 25, 2011 8:11 AM
    Friday, August 19, 2011 4:46 AM

All replies

  • you can directly write expression under Action.

    ="http://www.google.com"

    Thursday, August 18, 2011 11:22 PM
  • Hi ,

    Drag and Drop and Text box inside Create a Place Holder and Chose to read it as HTML Tag.

    Paste your HTML Tag in Expression Box :

    [<a href="http://www.social.msdn.microsoft.com">MSDN</a>]

    Check this link for Placeholder.

     

     


    Rakesh M J

    Dont forget to mark it as Answered if found useful

    MCTS,MCITP,MCSS

    http://myspeakonbi.blogspot.com/

    • Proposed as answer by Manoj A Friday, August 19, 2011 5:32 AM
    • Marked as answer by Sharp Wang Thursday, August 25, 2011 8:11 AM
    Friday, August 19, 2011 4:46 AM