PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderIndex Class / Entries Property

In This Topic
    Entries Property (RenderIndex)
    In This Topic
    Gets the collection of entries (elements of type IndexEntry) at the top level of the current index.
    Syntax
    'Declaration
     
    Public ReadOnly Property Entries As IndexEntryCollection
    public IndexEntryCollection Entries {get;}
    Remarks
    This method always returns a non-null IndexEntryCollection, creating it if it did not exist. To test whether the current index already contains entries without creating the RenderIndex.Entries collection, use the RenderIndex.HasEntries property.
    See Also