次の方法で共有


MapDockableSubItem.ToolTip プロパティ

ドッキング可能なアイテムのツールヒント テキストを取得します。

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

構文

'宣言
Public ReadOnly Property ToolTip As ReportStringProperty 
    Get
'使用
Dim instance As MapDockableSubItem 
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 オブジェクト。

関連項目

参照

MapDockableSubItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間