Name | Description | |
---|---|---|
![]() | ReportItemCollection Constructor | Overloaded. |
The following tables list the members exposed by ReportItemCollection.
Name | Description | |
---|---|---|
![]() | ReportItemCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of ReportItem objects in the ReportItemCollection. |
![]() | IsFixedSize | Gets a value indicating whether the ReportItemCollection has a fixed size. |
![]() | IsReadOnly | Gets a value indicating whether the ReportItemCollection is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the ReportItemCollection is synchronized (thread safe). |
![]() | Item | Overloaded. Gets or sets a specific ReportItem object in the ReportItemCollection by position. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ReportItemCollection. |
Name | Description | |
---|---|---|
![]() | Add | Adds a ReportItem object to the ReportItemCollection. |
![]() | AddRange | Adds a collection of ReportItem objects to the existing ReportItemCollection. |
![]() | Clear | Removes all items from the ReportItemCollection. |
![]() | Contains | Gets a value indicating whether the ReportItemCollection contains the specified ReportItem. |
![]() | CopyTo | Overloaded. Copies the objects in the ReportItemCollection to an array, starting at the specified array index. |
![]() | IndexOf | Determines the index of a specific ReportItem object in the ReportItemCollection. |
![]() | Insert | Inserts a new ReportItem into the ReportItemCollection at the specified location. |
![]() | Remove | Removes the specified ReportItem object from the ReportItemCollection. |
![]() | RemoveAt | Removes a ReportItem object from the ReportItemCollection at the specified index. |
![]() | ToArray | Copies the elements of the ReportItemCollection to a new array. |
Name | Description | |
---|---|---|
![]() | ItemAdded | Occurs immediately after adding an item to the collection. |
![]() | ItemRemoved | Occurs immediately after removing an item from the collection. |