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

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

    See Also