FlexReport for .NET | ComponentOne
C1.FlexReport Assembly / C1.Report 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.Report.ReportObjectList(Of ParagraphItem)
    public class ParagraphItemCollection : C1.Report.ReportObjectList<ParagraphItem> 
    Inheritance Hierarchy

    System.Object
       C1.Report.ReportObjectCollection<TItem>
          C1.Report.ReportObjectList<TItem>
             C1.Report.ParagraphItemCollection

    See Also