interface Infragistics.Documents.Reports.Report.Tree.INode:

   def public property Caption as Infragistics.Documents.Reports.Report.Tree.ICaption
      get.

   def public property Indent as decimal
      get.
      set.

   def public property Interval as decimal
      get.
      set.

   def public property Lines as Infragistics.Documents.Reports.Report.Tree.Lines
      get.
      set.

   def public property KeepSolid as logical
      get.
      set.

   def public property Parent as System.Object
      get.

   method public Infragistics.Documents.Reports.Report.Tree.INode AddNode().

end interface.
