Gets or sets a SplitBehaviorEnum that determines how a letter group (entries starting with the same letter) can split vertically. The default is SplitIfNeeded. Note that headings (represented by their letters by default) are always printed together with their first entry

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

Syntax

C#
public SplitBehaviorEnum LetterSplitBehavior { get; set; }
Visual Basic
Public Property LetterSplitBehavior As SplitBehaviorEnum
	Get
	Set

See Also