ToolTip 屬性
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