[]
        
(Showing Draft Content)

C1.Win.FlexReport.ReportObjectNamedList-1

ReportObjectNamedList<TItem> Class

Represents the list of strong named report objects.

Inheritance
ReportObjectNamedList<TItem>
Implements
IC1SerializableCollection
Namespace: C1.Win.FlexReport
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public abstract class ReportObjectNamedList<TItem> : ReportObjectList<TItem>, ICollection<TItem>, IEnumerable<TItem>, IList, ICollection, IEnumerable, IC1SerializableCollection where TItem : StrongNamedReportObject
Type Parameters
Name Description
TItem

The type of elements in the collection.

Constructors

Name Description
ReportObjectNamedList()