Class
ActionTargetCollection

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(TargetCollectionConverter))]
public class ActionTargetCollection : Collection<IActionTarget>

Inheritance: objectCollection<IActionTarget>ActionTargetCollection

Methods

AddRange(IActionTarget[])

Adds multiple IActionTarget objects to the collection.

Declaration

cs-api-definition
public void AddRange(IActionTarget[] targets)

Parameters

targets

IActionTarget[]

An array of IActionTarget objects to add to the list.

Equals(ActionTargetCollection)

TODO: Add documentation.

Declaration

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

Parameters

other

ActionTargetCollection

Returns

bool

Equals(object)

TODO: Add documentation.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

TODO: Add documentation.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

ToString()

TODO: Add documentation.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()