FlexReport for .NET | ComponentOne
C1.FlexReport Assembly / C1.Report Namespace / ReportObjectList<TItem> Class
The type of elements in the collection.
Members

In This Topic
    ReportObjectList<TItem> Class
    In This Topic
    Represents the list of the ReportObject objects, in compare with ReportObjectCollection<TItem> this class addes List member containing members.
    Object Model
    ReportObjectList<TItem> Class
    Syntax
    'Declaration
     
    Public MustInherit Class ReportObjectList(Of TItem As ReportObject) 
       Inherits ReportObjectCollection(Of TItem)
    public abstract class ReportObjectList<TItem> : ReportObjectCollection<TItem> 
    where TItem: ReportObject
    Type Parameters
    TItem
    The type of elements in the collection.
    Inheritance Hierarchy

    System.Object
       C1.Report.ReportObjectCollection<TItem>
          C1.Report.ReportObjectList<TItem>
             C1.Report.GroupCollection
             C1.Report.ParagraphItemCollection
             C1.Report.ReportObjectNamedList<TItem>
             C1.Report.SectionCollection
             C1.Report.SubSectionCollection

    See Also