MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / IInteractivityRenderer Interface / UrlGoTo Method
The URL to navigate to.
The index of the source page.
The source area in twips on the page.

In This Topic
UrlGoTo Method
In This Topic
Starts a hyperlink that navigates to a specified URL.
Syntax
'Declaration
 
Sub UrlGoTo( _
   ByVal link As String, _
   ByVal sourcePage As Integer, _
   ByVal sourceArea As RectangleF _
) 
 

Parameters

link
The URL to navigate to.
sourcePage
The index of the source page.
sourceArea
The source area in twips on the page.
See Also