다음을 통해 공유


HyperlinkText 속성

Gets the calculated value of the HyperlinkText()()()() property in a Action class.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public Property HyperlinkText As String
    Get
    Set
‘사용 방법
Dim instance As ActionInstance
Dim value As String

value = instance.HyperlinkText

instance.HyperlinkText = value
public string HyperlinkText { get; set; }
public:
virtual property String^ HyperlinkText {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract HyperlinkText : string with get, set
override HyperlinkText : string with get, set
final function get HyperlinkText () : String
final function set HyperlinkText (value : String)

속성 값

형식: System. . :: . .String
A string value that represents the calculated value of the HyperlinkText()()()() property.