Condividi tramite


Proprietà ActionInstance.Hyperlink

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

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

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

ActionInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering