次の方法で共有


Action.Hyperlink プロパティ

ハイパーリンクの URL に評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property Hyperlink As ReportUrlProperty 
    Get
'使用
Dim instance As Action 
Dim value As ReportUrlProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrlProperty
ReportUrlProperty オブジェクト。

関連項目

参照

Action クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間