Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IndexEntry Class
Members

In This Topic
    IndexEntry Class
    In This Topic
    Represents an entry in a word index of a C1PrintDocument. Top-level entries of a RenderIndex (represented by instances of this class) are contained in the RenderIndex.Entries collection on the index object. Nested entries are contained in the parent entry's Children The current entry's occurrences in the document are represented by instances of the IndexEntryOccurrence class, and are contained in the Occurrences collection of the entry.
    Object Model
    IndexEntry Class
    Syntax
    'Declaration
     
    Public Class IndexEntry 
       Implements IStyleOwner 
    public class IndexEntry : IStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.IndexEntry

    See Also