[]
        
(Showing Draft Content)

C1.Report.ReportObjectNamedList-1

ReportObjectNamedList<TItem> Class

Represents the list of strong named report objects.

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

The type of elements in the collection.

Constructors

Name Description
ReportObjectNamedList()