Gets the Style used for letter headings generated by the current index. (A heading is a letter preceding the group of entries beginning with that letter.)

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

Syntax

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

Remarks

When the index generates, new objects are created to represent the headings. 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 HeadingStyle is assigned to Parent and AmbientParent properties of that Style.

See Also