Compartir a través de


Action.HyperLinkURL Propiedad

The ReportUrl containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.

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

Sintaxis

'Declaración
Public ReadOnly Property HyperLinkURL As ReportUrl 
    Get
'Uso
Dim instance As Action 
Dim value As ReportUrl 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.ReportRendering.ReportUrl
A ReportUrl object containing the absolute URL of the hyperlink on the item, encoded with a ReplacementRoot property if necessary.

Vea también

Referencia

Action Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering