ToolTip プロパティ
TextRun に関するテキスト形式のツールヒント ラベル。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overridable ReadOnly Property ToolTip As ReportStringProperty
Get
'使用
Dim instance As TextRun
Dim value As ReportStringProperty
value = instance.ToolTip
public virtual ReportStringProperty ToolTip { get; }
public:
virtual property ReportStringProperty^ ToolTip {
ReportStringProperty^ get ();
}
abstract ToolTip : ReportStringProperty
override ToolTip : ReportStringProperty
function get ToolTip () : ReportStringProperty