ReportItemCollection : CollectionBase, IList, ICollection, IEnumerable
      (ctor) ReportItemCollection()
      ReportItem Item( get; set; )
      int Add( ReportItem value )
      int Add( string name, object value )
      int Add( string name, object value, string format )
      bool Contains( ReportItem value )
      ReportItemCollectionEnumerator GetEnumerator()
      int IndexOf( ReportItem value )
      void Insert( int index, ReportItem value )
      void Remove( ReportItem value )