interface Infragistics.Documents.Reports.Report.List.IListItem:

   def public property KeepSolid as logical
      get.
      set.

   def public property KeepWithNext as logical
      get.
      set.

   def public property Parent as Infragistics.Documents.Reports.Report.List.IList
      get.

   method public Infragistics.Documents.Reports.Report.QuickText.IQuickText AddQuickText(input text as character).

   method public Infragistics.Documents.Reports.Report.IQuickImage AddQuickImage(input image as Infragistics.Documents.Reports.Graphics.Image).

   method public Infragistics.Documents.Reports.Report.QuickList.IQuickList AddQuickList().

   method public Infragistics.Documents.Reports.Report.QuickTable.IQuickTable AddQuickTable().

   method public Infragistics.Documents.Reports.Report.Text.IText AddText().

   method public Infragistics.Documents.Reports.Report.IImage AddImage(input image as Infragistics.Documents.Reports.Graphics.Image).

   method public Infragistics.Documents.Reports.Report.IMetafile AddMetafile(input metafile as Infragistics.Documents.Reports.Graphics.Metafile).

   method public Infragistics.Documents.Reports.Report.IRule AddRule().

   method public Infragistics.Documents.Reports.Report.IGap AddGap().

   method public Infragistics.Documents.Reports.Report.IGroup AddGroup().

   method public Infragistics.Documents.Reports.Report.IChain AddChain().

   method public Infragistics.Documents.Reports.Report.Band.IBand AddBand().

   method public Infragistics.Documents.Reports.Report.Table.ITable AddTable().

   method public Infragistics.Documents.Reports.Report.Grid.IGrid AddGrid().

   method public Infragistics.Documents.Reports.Report.Flow.IFlow AddFlow().

   method public Infragistics.Documents.Reports.Report.List.IList AddList().

   method public Infragistics.Documents.Reports.Report.Tree.ITree AddTree().

   method public Infragistics.Documents.Reports.Report.ISite AddSite().

   method public Infragistics.Documents.Reports.Report.ICanvas AddCanvas().

   method public Infragistics.Documents.Reports.Report.IRotator AddRotator().

   method public Infragistics.Documents.Reports.Report.IContainer AddContainer(input name as character).

   method public Infragistics.Documents.Reports.Report.ICondition AddCondition(input container as Infragistics.Documents.Reports.Report.IContainer, input fit as logical).

   method public Infragistics.Documents.Reports.Report.IStretcher AddStretcher().

   method public void AddDummy().

   method public void AddPageBreak().

   method public Infragistics.Documents.Reports.Report.TOC.ITOC AddTOC().

   method public Infragistics.Documents.Reports.Report.Index.IIndex AddIndex().

end interface.
