Freigeben über


Image.HyperLinkURL-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property HyperLinkURL As ReportUrl 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

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.

Siehe auch

Verweis

Image Klasse

Microsoft.ReportingServices.ReportRendering-Namespace