次の方法で共有


Action.HyperLinkURL プロパティ

アイテムのハイパーリンクの絶対 URL を表す ReportUrl。必要に応じて ReplacementRoot プロパティでエンコードします。

名前空間:  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
アイテムのハイパーリンクの絶対 URL を表す ReportUrl オブジェクト。必要に応じて ReplacementRoot プロパティでエンコードします。

関連項目

参照

Action クラス

Microsoft.ReportingServices.ReportRendering 名前空間