Represents a collection of IndexEntry objects. The Entries property on the RenderIndex class, and the Children property on the IndexEntry class store collections of this type.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class IndexEntryCollection : OwnedCollection
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class IndexEntryCollection _
	Inherits OwnedCollection

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.C1Preview..::..OwnedCollection
      C1.C1Preview..::..IndexEntryCollection

See Also