次の方法で共有


ActionInstance.Hyperlink プロパティ

Action クラスの Hyperlink プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Hyperlink As ReportUrl 
    Get
'使用
Dim instance As ActionInstance 
Dim value As ReportUrl 

value = instance.Hyperlink
public ReportUrl Hyperlink { get; }
public:
property ReportUrl^ Hyperlink {
    ReportUrl^ get ();
}
member Hyperlink : ReportUrl
function get Hyperlink () : ReportUrl

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrl
Hyperlink プロパティの計算値を表す ReportUrl オブジェクト。

関連項目

参照

ActionInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間