Action.Hyperlink Property

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

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

Syntax

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