Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. | |
Item | Overloaded. Gets the element at the specified index. | |
Report | Gets the FlexReport object owning this collection. |
The following tables list the members exposed by ReportObjectCollection<TItem>.
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. | |
Item | Overloaded. Gets the element at the specified index. | |
Report | Gets the FlexReport object owning this collection. |
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 index to a new new position specified by newIndex. |