[]
        
(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.Report.dll
Syntax
public abstract class ReportObjectNamedList<TItem> : ReportObjectList<TItem>, ICollection<TItem>, IEnumerable<TItem>, IList, ICollection, IEnumerable where TItem : StrongNamedReportObject
Public MustInherit Class ReportObjectNamedList(Of TItem As StrongNamedReportObject)
    Inherits ReportObjectList(Of TItem)
    Implements ICollection(Of TItem), IEnumerable(Of TItem), IList, ICollection, IEnumerable
Type Parameters
Name Description
TItem

The type of elements in the collection.

Constructors

Name Description
ReportObjectNamedList()