次の方法で共有


ActionInfo.CreateHyperlinkAction メソッド

コレクションにハイパーリンク アクションを追加します。 これは、カスタム レポート アイテムで使用されます。

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

構文

'宣言
Public Function CreateHyperlinkAction As Action
'使用
Dim instance As ActionInfo 
Dim returnValue As Action 

returnValue = instance.CreateHyperlinkAction()
public Action CreateHyperlinkAction()
public:
Action^ CreateHyperlinkAction()
member CreateHyperlinkAction : unit -> Action
public function CreateHyperlinkAction() : Action

戻り値

型: Microsoft.ReportingServices.OnDemandReportRendering.Action
コレクションに対するハイパーリンク アクションを表す Action オブジェクト。

関連項目

参照

ActionInfo クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間