Свойство ToolTip
A textual tooltip label for the 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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.
См. также