ActionInstance.Hyperlink Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportUrl
A ReportUrl object that represents the calculated value of the Hyperlink property.