共用方式為


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 命名空間