[]
Represents a C1.WPF.Document.NamedCollection<TItem> that notifies C1FlexReport about changes.
public abstract class ReportNamedCollection<TItem> : NamedCollection<TItem>, IList<TItem>, ICollection<TItem>, IList, ICollection, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, IEnumerable where TItem : INamedObject, IOwnedObject, ICloneableObject
| Name | Description |
|---|---|
| TItem | The type of the collection items. |
| Name | Description |
|---|---|
| ReportNamedCollection() |
| Name | Description |
|---|---|
| Report | Gets the C1FlexReport object owning this collection. |
| Name | Description |
|---|---|
| AssignFrom(OwnedCollection<TItem>) | Copies all from another object. |
| ClearItems() | |
| InsertItem(int, TItem) | |
| RemoveItem(int) | |
| SetItem(int, TItem) |