C1.WPF.Report Assembly / C1.WPF.Report Namespace / ParagraphItemCollection Class
Members

ParagraphItemCollection Class
Represents a collection of ParagraphItem objects.
Object Model
ParagraphItemCollection Class
Syntax
'Declaration
 
Public Class ParagraphItemCollection 
   Inherits C1.WPF.Report.ReportObjectList(Of ParagraphItem)
 
Inheritance Hierarchy

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

See Also