[]
        
(Showing Draft Content)

C1.Report.ReportObjectList-1

ReportObjectList<TItem> Class

Represents the list of the ReportObject objects, in compare with ReportObjectCollection<TItem> this class addes List<T> member containing members.

Namespace: C1.Report
Assembly: C1.Report.dll
Syntax
public abstract class ReportObjectList<TItem> : ReportObjectCollection<TItem>, ICollection<TItem>, IEnumerable<TItem>, IList, ICollection, IEnumerable where TItem : ReportObject
Public MustInherit Class ReportObjectList(Of TItem As ReportObject)
    Inherits ReportObjectCollection(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
ReportObjectList()

Properties

Name Description
Count

Gets the number of elements in the collection.

this[int]

Gets the element at the specified index.