[]
Represents a collection of ReportComponent items.
public sealed class TablixItems<T> : Collection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : ReportComponent
Name | Description |
---|---|
T | A type that derives from ReportComponent. |
Name | Description |
---|---|
ClearItems() | Removes all elements from collection. |
InsertItem(int, T) | Inserts an element into collection at the specified index. |
RemoveItem(int) | Removes the element at the specified index of collection. |
SetItem(int, T) | Replaces the element at the specified index. |
ToArray() | Converts the TablixItems<T> collection into an array of ReportComponent items. |