次の方法で共有


GaugePointer.ToolTip プロパティ

ポインターに関するツールヒントのテキストを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property ToolTip As ReportStringProperty 
    Get
'使用
Dim instance As GaugePointer 
Dim value As ReportStringProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
ポインターに関するツールヒントのテキストを表す ReportStringProperty オブジェクト。

関連項目

参照

GaugePointer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間