interface Infragistics.Documents.Reports.Report.IContainer:

   def public property Name as character
      get.

   def public property Alignment as Infragistics.Documents.Reports.Report.ContentAlignment
      get.
      set.

   def public property Width as Infragistics.Documents.Reports.Report.Width
      get.
      set.

   def public property Height as Infragistics.Documents.Reports.Report.Height
      get.
      set.

   def public property Borders as Infragistics.Documents.Reports.Report.Borders
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.Margins
      get.
      set.

   def public property Paddings as Infragistics.Documents.Reports.Report.Paddings
      get.
      set.

   def public property Background as Infragistics.Documents.Reports.Report.Background
      get.
      set.

   def public property Parent as System.Object
      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 AddPageBreak().

   method public Infragistics.Documents.Reports.Report.TOC.ITOC AddTOC().

   method public Infragistics.Documents.Reports.Report.Index.IIndex AddIndex().

   method public Infragistics.Documents.Reports.Graphics.Size Measure().

   method public void Load(input fileName as character).

   method public void Load(input stream as System.IO.Stream).

   method public void Load(input reader as System.IO.TextReader).

   method public void Load(input reader as System.Xml.XmlTextReader).

end interface.
