FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SectionTypeEnum Enumeration

In This Topic
    SectionTypeEnum Enumeration
    In This Topic
    Specifies the section type, which is equivalent to a the index of a Section object in the control's C1FlexReport.Sections collection.
    Syntax
    'Declaration
     
    Public Enum SectionTypeEnum 
       Inherits System.Enum
    public enum SectionTypeEnum : System.Enum 
    Members
    MemberDescription
    DetailDetail section: repeated for every record in the main data source.
    FooterReport footer section: appears once, in the end of the report.
    GroupFooter1Group footer section: appears after level-one groups.
    GroupFooter2Group footer section: appears after level-two groups.
    GroupFooter3Group footer section: appears after level-three groups.
    GroupFooter4Group footer section: appears after level-four groups.
    GroupHeader1Group header section: appears before level-one groups.
    GroupHeader2Group header section: appears before level-two groups.
    GroupHeader3Group header section: appears before level-three groups.
    GroupHeader4Group header section: appears before level-four groups.
    HeaderReport header section: appears once, in the beginning of the report.
    PageFooterPage footer section: appears at the bottom of every page, subject to the setting of the Layout.PageFooter property.
    PageHeaderPage header section: appears at the top of every page, subject to the setting of the Layout.PageHeader property.
    UndefinedUndefined. This setting indicates the field doesn't belong to any sections and should not be rendered.
    Remarks
    Use the members of this enumeration to set the value of the Field.Section and Section.Type properties.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.FlexReport.SectionTypeEnum

    See Also