NavigateToUrlAction
Represent an interactive action that opens a URL.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public class NavigateToUrlAction : IAction
Inheritance: objectNavigateToUrlAction
Implements:
Constructors
Creates a new instance of NavigateToUrlAction class
public NavigateToUrlAction()
Properties
Gets or sets the URL target.
public UrlTarget Target { get; set; }
Use this property to specify a URL target.
Url
string
Gets or sets the URL of the action.
public string Url { get; set; }
Use this property to specify a URL.
This property accepts expressions.
Methods
Determines whether the specified NavigateToUrlAction equals the current instance.
public bool Equals(NavigateToUrlAction other)
The NavigateToUrlAction to compare.
Returns:bool
true if the specified NavigateToUrlAction is equal to the current instance;
otherwise, false.
Equals(object)
bool
Determines whether the specified object equals the current instance.
public override bool Equals(object obj)
The object to compare.
Returns:bool
true if obj is a NavigateToUrlAction
and is equal to the current instance; otherwise, false.
Overrides:
Serves as the default hash function.
public override int GetHashCode()
int
A hash code for the current NavigateToUrlAction.
Overrides: