Class
NavigateToUrlAction

Represent an interactive action that opens a URL.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class NavigateToUrlAction : IAction

Inheritance: objectNavigateToUrlAction

Implements: IAction

Constructors

NavigateToUrlAction()

Creates a new instance of NavigateToUrlAction class

Declaration

cs-api-definition
public NavigateToUrlAction()

Properties

Target

Gets or sets the URL target.

Declaration

cs-api-definition
public UrlTarget Target { get; set; }

Property Value

UrlTarget

Remarks

Use this property to specify a URL target.

Url

Gets or sets the URL of the action.

Declaration

cs-api-definition
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

cs-api-definition
public bool Equals(NavigateToUrlAction other)

Parameters

other

NavigateToUrlAction

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

cs-api-definition
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 object.Equals(object)

GetHashCode()

Serves as the default hash function.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current NavigateToUrlAction.

Overrides object.GetHashCode()