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

In This Topic
    IndexEntryStyles Class
    In This Topic
    Represents a collection of Styles used to render IndexEntry objects at different nesting levels of a RenderIndex. The style at index 0 of this collection is used to render the top-level entries, the style at index 1 is used to render sub-entries, and so on.
    Object Model
    IndexEntryStyles Class
    Syntax
    'Declaration
     
    Public Class IndexEntryStyles 
       Inherits OwnedCollection
    public class IndexEntryStyles : OwnedCollection 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          C1.C1Preview.OwnedCollectionBase
             C1.C1Preview.OwnedCollection
                C1.C1Preview.IndexEntryStyles

    See Also