ActiveReports 12
Hyperlink Method

GrapeCity.ActiveReports.Export.Html.v12 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > ILinkProvider Interface : Hyperlink Method
The GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction to get the hyperlink value from.
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext containing the shared information for rendering.
Returns a string value to use as a hyperlink.
Syntax
'Declaration
 
Function Hyperlink( _
   ByVal action As IAction, _
   ByVal context As IHtmlRenderingExtensionContext _
) As String

Parameters

action
The GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction to get the hyperlink value from.
context
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext containing the shared information for rendering.

Return Value

String value to use as the href value
See Also

Reference

ILinkProvider Interface
ILinkProvider Members