[]
        
(Showing Draft Content)

C1.WPF.FlexReport.ReportOwnedCollection-1

ReportOwnedCollection<TItem> Class

Represents a C1.WPF.Document.OwnedCollection<TItem> that notifies C1FlexReport about changes.

Inheritance
Collection<TItem>
OwnedCollectionBase<TItem>
OwnedCollection<TItem>
ReportOwnedCollection<TItem>
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public abstract class ReportOwnedCollection<TItem> : OwnedCollection<TItem>, IList<TItem>, ICollection<TItem>, IList, ICollection, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, IEnumerable where TItem : IOwnedObject, ICloneableObject
Type Parameters
Name Description
TItem

The type of the collection items.

Constructors

Name Description
ReportOwnedCollection()

Properties

Name Description
Report

Gets the C1FlexReport object owning this collection.

Methods

Name Description
AssignFrom(OwnedCollection<TItem>)

Copies all from another object.

ClearItems()
InsertItem(int, TItem)
RemoveItem(int)
SetItem(int, TItem)