[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.Model.Interactivity.HyperlinkAction

HyperlinkAction Class

Represents an action that navigates to a specified URL when triggered.

Inheritance
HyperlinkAction
Implements
Namespace: GrapeCity.Viewer.Common.Model.Interactivity
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
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.

Constructors

Name Description
HyperlinkAction(string)

Initializes a new instance of the HyperlinkAction class with the specified URL.

Properties

Name Description
Url

Get or sets a value indicating the hyperlink target URL.