Name | Description | |
---|---|---|
Add | Adds a ReportItem object to the ReportItemCollection. | |
AddRange | Adds a ReportItemCollection to the existing ReportItemCollection. | |
Clear | Removes all items from the ReportItemCollection. | |
Contains | Gets a Boolean value indicating whether the ReportItemCollection contains the specified ReportItem. | |
CopyTo | Overloaded. Copies the objects in the ReportItemCollection to an array, starting at the indicated 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. |