Método ActionInfo.CreateBookmarkLinkAction
Adds a bookmark link action to the collection. This is used in custom report items.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Function CreateBookmarkLinkAction As Action
'Uso
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
Valor de retorno
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Action
An Action object that represents a bookmark link action to the collection.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering