[]
Represents a C1.Document.NamedCollection<TItem> that notifies FlexReport 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 FlexReport object owning this collection. |
Name | Description |
---|---|
AssignFrom(OwnedCollection<TItem>) | Copies all from another object. |
ClearItems() | |
InsertItem(int, TItem) | |
RemoveItem(int) | |
SetItem(int, TItem) |