Gets the style of index entries at the top level. This is a shortcut to the first (with index 0) element of the EntryStyles collection.

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

Syntax

C#
public Style EntryStyle { get; }
Visual Basic
Public ReadOnly Property EntryStyle As Style
	Get

See Also