ChartDataPoint.ToolTip 属性

Gets the tool tip to display for the data point.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Property ToolTip As ReportStringProperty 
    Get
用法
Dim instance As ChartDataPoint 
Dim value As ReportStringProperty 

value = instance.ToolTip
public abstract ReportStringProperty ToolTip { get; }
public:
virtual property ReportStringProperty^ ToolTip {
    ReportStringProperty^ get () abstract;
}
abstract ToolTip : ReportStringProperty
abstract function get ToolTip () : ReportStringProperty

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the tool tip to display for the data point.

请参阅

参考

ChartDataPoint 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间