다음을 통해 공유


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