Groups | Blog | Home
all groups > sql server reporting services > july 2004 >

sql server reporting services : Tooltip on image


creative NO[at]SPAM mailcity.com
7/16/2004 9:22:12 PM
I have a matrix with image in the cells.

I added a Sales_USD field as a tooltip to the image.

I published the report.

But the tooltip doesn't work...


creative NO[at]SPAM mailcity.com
7/18/2004 3:19:51 PM
I need an answer to this question. Has anyone tried putting images in
the cells and then do a tooltip on it?

creative NO[at]SPAM mailcity.com
7/18/2004 4:43:54 PM
I am having the hardest time doing this.

I tried adding tooltip to a matrix cell, and a table cell, but they
just don't work. (even without an image)

Tooltip is working great on the column group.

But I just can't do that on a cell...

creative NO[at]SPAM mailcity.com
7/18/2004 5:22:57 PM
Alright -

Lev Semenets [MSFT]
7/18/2004 10:51:14 PM
What was the original tooltip expression?

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

creative NO[at]SPAM mailcity.com
7/19/2004 10:28:32 AM
sum(Fields!.... . )

If the tooltip only take strings, shouldn't the GUI property box
Lev Semenets [MSFT]
7/19/2004 4:59:49 PM
you should see a warning when previewing.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

creative NO[at]SPAM mailcity.com
7/20/2004 7:36:12 AM
Now I have a different problem:

I am using the following expression:

Cstr(FormatCurrency(sum(Fields!......)))

Now - I don't get a warning. I see the $ sign show up. But then the
decimal places are not 2 anymore. Eventhough Formatcurrency is
supposed to do that...
(I think)

Also - I tried: Cstr(FormatCurrency(Int(sum(Fields!......))))

Ravi Mumulla (Microsoft)
7/20/2004 7:44:18 AM
Try C2 for the format code in the corresponding textbox instead.

--
Ravi Mumulla (Microsoft)
SQL Server Reporting Services

This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view]

Lev Semenets [MSFT]
7/20/2004 12:12:24 PM
Try just FormatCurrency without CStr.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button