[]
Represents an action that navigates to a specified URL when triggered.
public class HyperlinkAction : IAction
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.
Name | Description |
---|---|
HyperlinkAction(string) | Initializes a new instance of the HyperlinkAction class with the specified URL. |
Name | Description |
---|---|
Url | Get or sets a value indicating the hyperlink target URL. |