ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / HyperlinkAction Class
Members

In This Topic
    HyperlinkAction Class
    In This Topic
    Represents an action that navigates to a specified URL when triggered.
    Object Model
    HyperlinkAction Class
    Syntax
    'Declaration
     
    Public Class HyperlinkAction 
       Implements IAction 
    public class HyperlinkAction : IAction  
    Remarks
    This action is commonly used in reports to link to external resources, such as web pages or documents. The URL can be dynamic, based on data within the report.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Viewer.Common.Model.Interactivity.HyperlinkAction

    See Also