Condividi tramite


Proprietà Action.HyperLinkURL

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

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HyperLinkURL As ReportUrl 
    Get
'Utilizzo
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

Valore proprietà

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.

Vedere anche

Riferimento

Action Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering