ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / HyperlinkAction Class / HyperlinkAction Constructor
The URL to navigate to when the action is triggered.

In This Topic
    HyperlinkAction Constructor
    In This Topic
    Initializes a new instance of the HyperlinkAction class with the specified URL.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal url As String _
    )
    public HyperlinkAction( 
       string url
    )

    Parameters

    url
    The URL to navigate to when the action is triggered.
    See Also