Свойство ToolTip

Gets the calculated value of the ToolTip property in a TextRun class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property ToolTip As String
    Get
'Применение
Dim instance As TextRunInstance
Dim value As String

value = instance.ToolTip
public virtual string ToolTip { get; }
public:
virtual property String^ ToolTip {
    String^ get ();
}
abstract ToolTip : string
override ToolTip : string
function get ToolTip () : String

Значение свойства

Тип System. . :: . .String
A string value that represents the calculated value of the ToolTip property.