ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / IInteractiveSupported Interface / AddInteractiveGoTo Method
Source page index.
Source area in twips
Actions keys.

In This Topic
    AddInteractiveGoTo Method
    In This Topic
    Adds interactive link.
    Syntax
    'Declaration
     
    Sub AddInteractiveGoTo( _
       ByVal pageNumber As Integer, _
       ByVal area As RectangleF, _
       ByVal keys() As String _
    ) 
    void AddInteractiveGoTo( 
       int pageNumber,
       RectangleF area,
       string[] keys
    )

    Parameters

    pageNumber
    Source page index.
    area
    Source area in twips
    keys
    Actions keys.
    See Also