Метод ActionInfo.CreateHyperlinkAction
Adds a hyperlink action to the collection. This is used in custom report items.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Function CreateHyperlinkAction As Action
'Применение
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
Возвращаемое значение
Тип: Microsoft.ReportingServices.OnDemandReportRendering.Action
An Action object that represents a hyperlink action to the collection.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering