简体   繁体   English

SSRS 2008中的标签

[英]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 我在MSBI的开发过程中遇到问题。我创建了一个以Year为X轴的条形图。

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. 例如,用户单击条形图中的2008条。应该显示一条消息,即数据为……年。

How do I achieve this in MSBI 2008.Plz tell me any work around for that…! 我如何在MSBI 2008.Plz中实现此目标……!

If you are asking about reports hosted in SSRS, there is no way to display a message to the user on a mouse click. 如果您要查询SSRS中托管的报告,则无法通过鼠标单击向用户显示消息。

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. 为此,请使用数据系列的Tooltip属性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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