[]
        
(Showing Draft Content)

C1.Win.FlexReport.ReportNamedCollection-1

ReportNamedCollection<TItem> Class

Represents a C1.Win.C1Document.NamedCollection`1 that notifies C1FlexReport about changes.

Inheritance
ReportNamedCollection<TItem>
Namespace: C1.Win.FlexReport
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public abstract class ReportNamedCollection<TItem> : NamedCollection<TItem> where TItem : INamedObject, IOwnedObject, ICloneableObject
Type Parameters
Name Description
TItem

The type of the collection items.

Constructors

Name Description
ReportNamedCollection()

Properties

Name Description
Report

Gets the C1FlexReport object owning this collection.

Methods

Name Description
AssignFrom(OwnedCollection<TItem>)
ClearItems()
InsertItem(int, TItem)
RemoveItem(int)
SetItem(int, TItem)