简体   繁体   中英

Labels in SSRS 2008

I am facing a problem in development in MSBI.I have created a bar chart which Contains Year as its X-axis.I want to display a Label with the

Same name as the user click on the chart.

Eg-User clicks on 2008 bar in bar-chart.A message should get displayed that-Data is of …… year.

How do I achieve this in MSBI 2008.Plz tell me any work around for that…!

If you are asking about reports hosted in SSRS, there is no way to display a message to the user on a mouse click.

Instead, you can display a tooltip when the user hovers the mouse over a bar. To do that, use the Tooltip property of the data series.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM