Condividi tramite


Proprietà Action.Hyperlink

Gets an expression that evaluates to the URL of the hyperlink.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Hyperlink As ReportUrlProperty 
    Get
'Utilizzo
Dim instance As Action 
Dim value As ReportUrlProperty 

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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrlProperty
A ReportUrlProperty object.

Vedere anche

Riferimento

Action Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering