[]
Represents a C1.Win.C1Document.NamedCollection`1 that notifies C1FlexReport about changes.
public abstract class ReportNamedCollection<TItem> : NamedCollection<TItem> 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>) | |
| ClearItems() | |
| InsertItem(int, TItem) | |
| RemoveItem(int) | |
| SetItem(int, TItem) |