C1.C1Report Namespace : SectionTypeEnum Enumeration |
'Declaration Public Enum SectionTypeEnum Inherits System.Enum
public enum SectionTypeEnum : System.Enum
Member | Description |
---|---|
Detail | Detail section: repeated for every record in the source recordset. |
Footer | 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. |
PageFooter | Page footer section: appears at the bottom of every page, subject to the setting of the Layout.PageFooter property. |
PageHeader | Page header section: appears at the top of every page, subject to the setting of the Layout.PageHeader property. |
Undefined | Undefined. This setting indicates the field doesn't belong to any sections and should not be rendered. |
System.Object
System.ValueType
System.Enum
C1.C1Report.SectionTypeEnum
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2