Action.HyperLinkURL 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 对象,其中包含该项上超链接的绝对 URL,如有必要,使用ReplacementRoot属性进行编码。