Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Rückgabewert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Action
An Action object that represents a hyperlink action to the collection.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace