Underlining text with a mouse over
Hi all,
I have a report with drill downs. I want the report to act like a web page where you mouse over a number and it underlines and mouse turns to a hand. The hand part is good, but I would like the hyperlink underline only on a mouse over.
Is that possible without any customizations to SSRS pages? This is a monthly report and there are 38-31 lines per report so it looks kinda ugly with all the underlines all the time.
TIA,
Joe
July 13th, 2011 2:08pm
Joe,
You are looking for "Tooltip", yes it is doable.
http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/3124ba35-3a08-423e-a295-9e7678fd0943
Please let us know your feedback.
Thanks
Kumar
KG, MCTS
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2011 2:16pm
Thanks Kumar,
I know how to add text, but I dont know how to refernce the text box color and underline in the tooltip.
Is it possible to have text and the underline happen together? Example: "click here for details" TextDecoration = underline color = blue
I am trying:
=Fields!TransCount.TextDecoration="underline"
Then I tried to change the color using
=Fields!TransCount.Color="Aqua"
neither do anything.
I can't seem to get the syntax down. Would you be able to point me to some sample code?( text and underline together if possible ) I can't seem to find anything like what I described here.
thanks again,
Joe
July 13th, 2011 3:24pm
Hi Joe,
From your description, you need to get rid of the underline on the textbox. Currently, Reporting Services does not support show or hide the underline dynamically.
However, Reporting services provides another way to drill-through other report. 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, please refer to the article
below:
http://msdn.microsoft.com/en-us/library/ms157159.aspx
Regards,
Bin Long
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com
Free Windows Admin Tool Kit Click here and download it now
July 14th, 2011 1:28am


