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