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)
An array of IActionTarget objects to add to the list.
TODO: Add documentation.
C#
public bool Equals(ActionTargetCollection other)
bool
Equals(object)
bool
TODO: Add documentation.
C#
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
C#
public override int GetHashCode()
int
Overrides:
ToString()
string
TODO: Add documentation.
C#
public override string ToString()
string
Overrides: