[]
        
(Showing Draft Content)

C1.WPF.Report.KeepTogetherEnum

KeepTogetherEnum Enum

Specifies whether the group should be kept together on a page.

Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public enum KeepTogetherEnum
Remarks

Use the members of this enumeration to set the value of the KeepTogether and KeepTogether property in the Group and Section classes.

Fields

Name Description
KeepFirstDetail

Keep the group header and first detail section together on a page.

KeepNothing

Do not try to keep the group together.

KeepWholeGroup

Keep the group header, detail, and footer together on a page.