ToolTip プロパティ

レポート アイテムのテキスト ラベル。HTML レポートで TITLE 属性や ALT 属性を表示する場合などに使用します

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

構文

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

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