Compartilhar via


Propriedade do RDL ActionInstance.Hyperlink

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

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

Sintaxe

'Declaração
Public ReadOnly Property Hyperlink As ReportUrl 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ActionInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering