Blue lines under textbox in case of hyperlinks
Is there a solution to get rid of the blue lines which appear when hyperlinks are put on textboxes/ text after deploying reports.
May 5th, 2011 5:25pm
Hi Ingrid,
Generally, we can create placeholder text in a textbox. If we select HTML as the markup type and the expression value of the placeholder contains valid HTML tags, these tags will be rendered as HTML. When view the report in Report Manager, it will automatic
provide a hyperlink(For example: AAA) for users.
Based on my research, the text-decoration style is use to control the underline of the hyperlink is shown or hidden. In Reporting Services, only a basic set of tags are supported when we use cascading style sheets (CSS). Such as the font-family, the font-size,
color and so on. However, the text-decoration style is not supported. Please refer to the article below, especially the Limitations of Cascading Style Sheet Attributes section.
http://msdn.microsoft.com/en-us/library/cc645967.aspx
Reporting services provides another way to drill-through other page. We can add a “Go to URL” action on the textbox. By default, the hyperlink hasn’t an underline on the textbox.
For more information about Add a hyperlink to a URL, please refer to the article below:
http://msdn.microsoft.com/en-us/library/ms157159.aspx
Thanks,
Bin Long
Free Windows Admin Tool Kit Click here and download it now
May 11th, 2011 5:34am


