Gets the IndexEntryStyles collection containing the styles used to render entries of the current RenderIndex at different levels.

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

Syntax

C#
public IndexEntryStyles EntryStyles { get; }
Visual Basic
Public ReadOnly Property EntryStyles As IndexEntryStyles
	Get

Remarks

When the index generates, new objects are created to represent the index entries. As all content objects in a C1PrintDocument, each such object has an inline style that is used to actually render that object. That style is created on the fly, and the element of the EntryStyles collection at the corresponding position (0 for top-level entries, 1 for sub-entries, and so on) is assigned to Parent and AmbientParent properties of that Style.

See Also