ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / SectionType Enumeration

In This Topic
    SectionType Enumeration
    In This Topic
    Specifies report section type
    Syntax
    'Declaration
     
    Public Enum SectionType 
       Inherits System.Enum
    public enum SectionType : System.Enum 
    Members
    MemberDescription
    DetailThe detail
    GroupFooterThe group footer
    GroupHeaderThe group header
    PageFooterThe page footer
    PageHeaderThe page header
    ReportFooterThe report footer
    ReportHeaderThe report header
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Section.SectionType

    See Also