共用方式為


Action.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.

請參閱

參考

Action 類別

Microsoft.ReportingServices.ReportRendering 命名空間