ChartDataPoint.ToolTip プロパティ
データ ポイントに関して表示するツールヒントを取得します。
名前空間: 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
データ ポイントに関して表示するツールヒントを表す ReportStringProperty オブジェクト。