Partilhar via


Método ActionInfo.CreateHyperlinkAction

Adds a hyperlink 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 CreateHyperlinkAction As Action
'Uso
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

Valor de retorno

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Action
An Action object that represents a hyperlink action to the collection.

Consulte também

Referência

ActionInfo Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering