SSRS 2008 Gauge ToolTips - expression does not work?

Hi,

 

I'm attempting to use various SSRS 2008 gauges in a report.  When I attempt to use an expression in a tooltip such as '=Sum(Fields!ID.Value)' , the tooltip does not show up.

 

However if I replace that expression with a static value such as '1' it pops up.

 

It seems that an expression should work?  Any reason that it would not?

 

Thanks

January 12th, 2011 7:58pm

Hi,

I could reproduce the scenario you posted.

It is caused that string type is required for the ToolTip property of the Gauge Pointer. So, please change the expression to
=CStr(Sum(Fields!ID.Value)).

If you have any question, please feel free to ask.

Thanks,
Tony Chain

Free Windows Admin Tool Kit Click here and download it now
January 16th, 2011 7:30am

Thanks.

The issue has been resolved.

Regards,

Ravindra Mane

March 9th, 2015 3:33am

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

Other recent topics Other recent topics