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
Declaration
public string Url { get; set; }
Property Value
Methods
Declaration
public override bool Equals(object obj)
Parameters
Returns
Overrides
System.Object.Equals(System.Object)
Declaration
public bool Equals(NavigateToUrlAction other)
Parameters
Returns
Declaration
public override int GetHashCode()
Returns
Overrides
System.Object.GetHashCode()