New to Telerik ReportingStart a free 30-day trial

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(TargetCollectionConverter))]
public class ActionTargetCollection : Collection<IActionTarget>

Inheritance: objectCollection<IActionTarget>ActionTargetCollection

Methods

Adds multiple IActionTarget objects to the collection.

C#
public void AddRange(IActionTarget[] targets)
Parameters:targetsIActionTarget[]

An array of IActionTarget objects to add to the list.

TODO: Add documentation.

C#
public bool Equals(ActionTargetCollection other)
Parameters:otherActionTargetCollectionReturns:

bool

TODO: Add documentation.

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

TODO: Add documentation.

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

TODO: Add documentation.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()