ActionInfo.CreateHyperlinkAction 方法

Adds a hyperlink action to the collection. This is used in custom report items.

命名空间:  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
An Action object that represents a hyperlink action to the collection.

请参阅

参考

ActionInfo 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间