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

In This Topic
    ParagraphItemCollection Class
    In This Topic
    Represents a collection of ParagraphItem objects.
    Object Model
    ParagraphItemCollection Class
    Syntax
    'Declaration
     
    Public Class ParagraphItemCollection 
       Inherits C1.Win.FlexReport.ReportObjectList(Of ParagraphItem)
    public class ParagraphItemCollection : C1.Win.FlexReport.ReportObjectList<ParagraphItem> 
    Inheritance Hierarchy

    System.Object
       C1.Win.FlexReport.ReportObjectCollection<TItem>
          C1.Win.FlexReport.ReportObjectList<TItem>
             C1.Win.FlexReport.ParagraphItemCollection

    See Also