ActionInfo.CreateHyperlinkAction Method

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

Return Value

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

See Also

Reference

ActionInfo Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace