[]
Represents a C1.Win.C1Document.OwnedCollection<> that notifies C1FlexReport about changes.
public abstract class ReportOwnedCollection<TItem> : OwnedCollection<TItem> where TItem : IOwnedObject, ICloneableObject
Name | Description |
---|---|
TItem | The type of the collection items. |
Name | Description |
---|---|
ReportOwnedCollection() |
Name | Description |
---|---|
Report | Gets the C1FlexReport object owning this collection. |
Name | Description |
---|---|
AssignFrom(OwnedCollection<TItem>) | |
ClearItems() | |
InsertItem(int, TItem) | |
RemoveItem(int) | |
SetItem(int, TItem) |