共用方式為


ActionInfo.CreateBookmarkLinkAction 方法

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Function CreateBookmarkLinkAction As Action
'用途
Dim instance As ActionInfo 
Dim returnValue As Action 

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

傳回值

型別:Microsoft.ReportingServices.OnDemandReportRendering.Action
An Action object that represents a bookmark link action to the collection.

請參閱

參考

ActionInfo 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間