Поделиться через


Свойство ActionInstance.Hyperlink

Gets the calculated value of the Hyperlink property in a Action class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Hyperlink As ReportUrl 
    Get
'Применение
Dim instance As ActionInstance 
Dim value As ReportUrl 

value = instance.Hyperlink
public ReportUrl Hyperlink { get; }
public:
property ReportUrl^ Hyperlink {
    ReportUrl^ get ();
}
member Hyperlink : ReportUrl
function get Hyperlink () : ReportUrl

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrl
A ReportUrl object that represents the calculated value of the Hyperlink property.

См. также

Справочник

ActionInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering