Action.HyperLinkURL 属性

定义

ReportUrl包含该项上超链接的绝对 URL 的,如有必要,请使用ReplacementRoot属性进行编码。

public:
 property Microsoft::ReportingServices::ReportRendering::ReportUrl ^ HyperLinkURL { Microsoft::ReportingServices::ReportRendering::ReportUrl ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ReportUrl HyperLinkURL { get; }
member this.HyperLinkURL : Microsoft.ReportingServices.ReportRendering.ReportUrl
Public ReadOnly Property HyperLinkURL As ReportUrl

属性值

ReportUrl

一个 ReportUrl 对象,其中包含该项上超链接的绝对 URL,如有必要,使用ReplacementRoot属性进行编码。

适用于