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

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

    See Also