Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace