ActionInfo.CreateBookmarkLinkAction Method
Adds a bookmark link action to the collection. This is used in custom report items.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function CreateBookmarkLinkAction As Action
'Usage
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
Return Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Action
An Action object that represents a bookmark link action to the collection.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace