다음을 통해 공유


Image.HyperLinkURL 속성

Returns the absolute URL of the hyperlink on the report item, encoded with ReplacementRoot, if necessary.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property HyperLinkURL As ReportUrl 
    Get
‘사용 방법
Dim instance As Image 
Dim value As ReportUrl 

value = instance.HyperLinkURL
public ReportUrl HyperLinkURL { get; }
public:
property ReportUrl^ HyperLinkURL {
    ReportUrl^ get ();
}
member HyperLinkURL : ReportUrl
function get HyperLinkURL () : ReportUrl

속성 값

유형: Microsoft.ReportingServices.ReportRendering.ReportUrl
A string containing the URL of the report item's hyperlink.

주의

ReplacementRoot is the new URL root to use for all URLs inside the report server. This is used by the UI to redirect links in reports to other reports. The default value is an empty string, which indicates that no redirection takes place.

참고 항목

참조

Image 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스