Compartir a través de


ActionInstance.Hyperlink Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Hyperlink As ReportUrl 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ActionInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering