June 2, 2006 at 2:49 pm
Does anyone know if there is a way to get a text box to appear when you hover over a field on a report and then disappear when you move the pointer away from the field? I think this is called a tooltip box, but I'm not positive.
Thanks
June 3, 2006 at 5:32 pm
Set the "ToolTip" property of the text box. *grin*
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJanuary 22, 2008 at 4:49 pm
Thanks for the info, although a key piece of information (that I just learned) was that the tooltip will not show up within Reporting Services, rather, it has to be deployed in order to see the mouse over. Additionally, there isn't any 'special' syntax associated with the tooltip as "Hello world my name is Joe" works just fine. Thanks again!
November 7, 2008 at 7:53 am
How about if I want to change the color of that text, if the user clicks on it,
Thanks,
Mona
November 10, 2008 at 9:31 am
Hi,
I want to change the color of the text after onclick, within the sql server reporting services.
Thanks,
Mona
February 20, 2012 at 7:14 pm
Most importantly as I have discovered, the field or calculation must be a String or the tooltip just won't work.
Note that with BIDS on 2008 R2, you don't need to deploy the report to show the tooltips. The preview shows them.
I don't see any on-click properties for you to be able to change the font colour, however, if you are using a custom report website or the report manager default site it is possible to get into the CSS and make some overriding anchor settings in there.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply