| 名前 | 解説 | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection. |
![]() | Item | オーバーロードされます。 Gets the element at the specified index. |
![]() | Report | Gets the FlexReport object owning this collection. |
ReportObjectCollection<TItem>データ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection. |
![]() | Item | オーバーロードされます。 Gets the element at the specified index. |
![]() | Report | Gets the FlexReport object owning this collection. |
| 名前 | 解説 | |
|---|---|---|
![]() | Contains | オーバーロードされます。 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. |
![]() | GetUniqueName | For internal use. |
![]() | 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. |