Class NavigateToUrlAction
Represent an interactive action that opens a URL.
Inheritance
System.Object
NavigateToUrlAction
Assembly: Telerik.Reporting.dll
Syntax
public class NavigateToUrlAction : IAction, IExpressionContainer, IEquatable<NavigateToUrlAction>
Constructors
Creates a new instance of NavigateToUrlAction class
Declaration
public NavigateToUrlAction()
Properties
Gets or sets the URL target.
Declaration
public UrlTarget Target { get; set; }
Property Value
Gets or sets the URL of the action.
Declaration
public string Url { get; set; }
Property Value
Methods
Determines whether the specified System.Object equals the current instance.
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
The System.Object to compare.
|
Returns
|
System.Boolean
true if obj is a NavigateToUrlAction
and is equal to the current instance; otherwise, false.
|
Overrides
System.Object.Equals(System.Object)
Declaration
public bool Equals(NavigateToUrlAction other)
Parameters
Returns
|
System.Boolean
true if the specified NavigateToUrlAction is equal to the current instance;
otherwise, false.
|
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Overrides
System.Object.GetHashCode()