Freigeben über


ActionInstance.Hyperlink-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

ActionInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace