New to Telerik ReportingStart a free 30-day trial

Represent a processed interactive action that opens a URL.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class NavigateToUrlAction : ActionBase, IAction, IAction

Inheritance: objectActionBaseNavigateToUrlAction

Implements: IActionIAction

Inherited Members ActionBase.ReportItemName

Constructors

C#
public NavigateToUrlAction()

Properties

Target

string

Gets the string representation of UrlTarget types.

C#
public string Target { get; }

Url

string

Gets the URL that will be opened when the action is executed.

C#
public string Url { get; }