ClassNavigateToUrlAction
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
NavigateToUrlAction()
Creates a new instance of NavigateToUrlAction class
Declaration
public NavigateToUrlAction()
Properties
Target
Gets or sets the URL target.
Declaration
public UrlTarget Target { get; set; }
Property Value
Remarks
Use this property to specify a URL target.
Url
Gets or sets the URL of the action.
Declaration
public string Url { get; set; }
Property Value
string
Remarks
Use this property to specify a URL.
This property accepts expressions.
Methods
Equals(NavigateToUrlAction)
Determines whether the specified NavigateToUrlAction equals the current instance.
Declaration
public bool Equals(NavigateToUrlAction other)
Parameters
other
The NavigateToUrlAction to compare.
Returns
bool
true if the specified NavigateToUrlAction is equal to the current instance;
otherwise, false.
Equals(object)
Determines whether the specified object equals the current instance.
Declaration
public override bool Equals(object obj)
Parameters
obj
object
The object to compare.
Returns
bool
true if obj is a NavigateToUrlAction
and is equal to the current instance; otherwise, false.
Overrides
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
int
A hash code for the current NavigateToUrlAction.
Overrides