Simple mouse hover action in SSRS 2008
I have a Matrix report as a parent report and a drill through report associated with some of its cells. Currently, I changed the font color to Blue so users can click on those cells and drill through to another report. Is there any way in SSRS so when they take their mouse pointer to those cells - a window pop up to inform them that they can click here to go to another report? Thanks!
May 24th, 2011 11:32am

Hi, Yes, Tooltips in SSRS provide this desired functionality. Since you say you have all those cells with hyperlinks colored in blue, I assume you have some condition to identify that these cells need coloring. You could use the same expression / condition to provide tooltips to your matrix cells. You could right click on the Matrix cell, go to Tooltip expression and put in an expression like this: = IIF (SAME_HYPERLINK_CONDITION, "Click here to go to drill thru report", "") HTH. Cheers, IceQBPlease mark correct answers :)
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2011 12:16pm

Thanks! That's what I was looking for :)
May 24th, 2011 12:34pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics