ReportObjectCollection<TItem> Class Methods
In This Topic
For a list of all members of this type, see ReportObjectCollection<TItem> members.
Public Methods
| | Name | Description |
 | Contains | Overloaded. Determines whether the collection contains a specific item. |
 | CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. |
 | FindByName | Gets the item by its name, returns null if not found. |
 | IndexByName | Gets the index of the element by its name. |
 | IndexOf | Gets the index of the element. |
 | Move | Moves the item with the specified to a new new position specified by . |
Top
See Also