Class
NavigateToUrlAction

Represent a processed interactive action that opens a URL.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class NavigateToUrlAction : ActionBase, IAction, IAction

Inheritance: objectActionBaseNavigateToUrlAction

Implements: IActionIAction

Inherited Members ActionBase.ReportItemName

Constructors

NavigateToUrlAction()

Declaration

cs-api-definition
public NavigateToUrlAction()

Properties

Target

Gets the string representation of UrlTarget types.

Declaration

cs-api-definition
public string Target { get; }

Property Value

string

Url

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

Declaration

cs-api-definition
public string Url { get; }

Property Value

string