Gets the collection of entries (elements of type IndexEntry) at the top level of the current index.

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

Syntax

C#
public IndexEntryCollection Entries { get; }
Visual Basic
Public ReadOnly Property Entries As IndexEntryCollection
	Get

Remarks

This method always returns a non-nullIndexEntryCollection, creating it if it did not exist. To test whether the current index already contains entries without creating the Entries collection, use the HasEntries property.

See Also