Compartilhar via


Propriedade do RDL Action.Hyperlink

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Action Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering