HyperLinkURL 属性
The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property HyperLinkURL As ReportUrl
Get
用法
Dim instance As Action
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 ReportUrl object containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.