[]
Represents a collection of IReportComponent objects.
public sealed class ReportComponentCollection : ICollection, IEnumerable<IReportComponent>, IEnumerable
| Name | Description |
|---|---|
| ReportComponentCollection(IReportComponent[]) | Initializes a new instance of the ReportComponentCollection class. |
| Name | Description |
|---|---|
| Count | Gets the number of elements contained in the collection. |
| IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). |
| SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description |
|---|---|
| CopyTo(Array, int) | Copies the elements of the collection to an Array, starting at a particular array index. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. |