[]
        
(Showing Draft Content)

C1.WPF.FlexReport.SectionTypeEnum

SectionTypeEnum Enum

Specifies the section type, which is equivalent to a the index of a Section object in the control's Sections collection.

Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public enum SectionTypeEnum
Remarks

Use the members of this enumeration to set the value of the Section and Type properties.

Fields

Name Description
Detail

Detail section: repeated for every record in the main data source.

Report footer section: appears once, in the end of the report.

GroupFooter1

Group footer section: appears after level-one groups.

GroupFooter2

Group footer section: appears after level-two groups.

GroupFooter3

Group footer section: appears after level-three groups.

GroupFooter4

Group footer section: appears after level-four groups.

GroupHeader1

Group header section: appears before level-one groups.

GroupHeader2

Group header section: appears before level-two groups.

GroupHeader3

Group header section: appears before level-three groups.

GroupHeader4

Group header section: appears before level-four groups.

Header

Report header section: appears once, in the beginning of the report.

Page footer section: appears at the bottom of every page, subject to the setting of the PageFooter property.

PageHeader

Page header section: appears at the top of every page, subject to the setting of the PageHeader property.

Undefined

Undefined. This setting indicates the field doesn't belong to any sections and should not be rendered.