Progress® Telerik® Reporting R1 2021
ItemCollection Methods
The ReportItemBaseItemCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddRange |
Adds an array of report item objects to the collection.
|
![]() | ClearItems | (Overrides CollectionTClearItems.) |
![]() | ContainsKey |
Determines whether the ReportItemBase.ItemCollection
contains an item with the specified key.
|
![]() | Find(Type) |
Searches for report items by their Type and builds an array of
all the items that match.
|
![]() | Find(String, Boolean) |
Searches for report items by their
Name
property and builds an array of all the report items that
match.
|
![]() | Find(Type, Boolean) |
Searches for report items by their Type and builds an array of
all the items that match.
|
![]() | FindItem |
Searches the collection for a report item of the specified
type.
|
![]() | GetChildIndex(ReportItemBase) |
Retrieves the index of a report item within the item
collection.
|
![]() | GetChildIndex(ReportItemBase, Boolean) |
Retrieves the index of the specified child report item within
the item collection, and optionally raises an exception if the
specified report item is not within the item collection.
|
![]() | IndexOfKey |
Retrieves the index of the first occurrence of the specified
item within the collection.
|
![]() | InsertItem |
Overrides the InsertItem(Int32, T)
method.
(Overrides CollectionTInsertItem(Int32, T).) |
![]() | RemoveByKey |
Removes the child report item with the specified key.
|
![]() | RemoveItem |
Overrides the RemoveItem(Int32)
method.
(Overrides CollectionTRemoveItem(Int32).) |
![]() | SetItem | (Overrides CollectionTSetItem(Int32, T).) |