TextRun.ToolTip 属性

Gets a textual tooltip label for the text run.

命名空间:  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.

请参阅

参考

TextRun 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间