[]
        
(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.FlexReport.dll
Syntax
public abstract class ReportObjectList<TItem> : ReportObjectCollection<TItem>, ICollection<TItem>, IEnumerable<TItem>, IList, ICollection, IEnumerable where TItem : ReportObject
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.