ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderIndex Class / LetterSplitBehavior Property

In This Topic
    LetterSplitBehavior Property
    In This Topic
    Gets or sets a SplitBehaviorEnum that determines how a letter group (entries starting with the same letter) can split vertically. The default is SplitBehaviorEnum.SplitIfNeeded. Note that headings (represented by their letters by default) are always printed together with their first entry
    Syntax
    'Declaration
     
    Public Property LetterSplitBehavior As SplitBehaviorEnum
    public SplitBehaviorEnum LetterSplitBehavior {get; set;}
    See Also