FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / FieldCollection Class
Members

In This Topic
    FieldCollection Class
    In This Topic
    Represents the collection of the FieldBase objects.
    Object Model
    FieldCollection Class
    Syntax
    'Declaration
     
    Public MustInherit Class FieldCollection 
       Inherits C1.Win.FlexReport.ReportObjectCollection(Of FieldBase)
    public abstract class FieldCollection : C1.Win.FlexReport.ReportObjectCollection<FieldBase> 
    Inheritance Hierarchy

    System.Object
       C1.Win.FlexReport.ReportObjectCollection<TItem>
          C1.Win.FlexReport.FieldCollection

    See Also