Class NavigateToUrlAction
Represent a processed interactive action that opens a URL.
Inheritance
System.Object
NavigateToUrlAction
Assembly: Telerik.Reporting.dll
Syntax
public class NavigateToUrlAction : ActionBase, IAction, IAction
Constructors
Declaration
public NavigateToUrlAction()
Properties
Gets the string representation of UrlTarget types.
Declaration
public string Target { get; }
Property Value
Gets the URL that will be opened when the action is executed.
Declaration
public string Url { get; }
Property Value