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

HyperlinkAction Class
Represents an action that navigates to a specified URL when triggered.
Object Model
HyperlinkAction Class
Syntax
'Declaration
 
Public Class HyperlinkAction 
   Implements 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