Compartir a través de


Action.Hyperlink Propiedad

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

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

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

Action Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering