AutoComplete for ASP.NET Web Forms
SectionTypeEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : SectionTypeEnum 列挙体
Specifies the section type, which is equivalent to a the index of a Section object in the control's C1Report.Sections collection.
シンタックス
'宣言
 
Public Enum SectionTypeEnum 
   Inherits System.Enum
public enum SectionTypeEnum : System.Enum 
メンバ
メンバ解説
DetailDetail section: repeated for every record in the source recordset.
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.
解説
Use the members of this enumeration to set the value of the Field.Section and Section.Type properties.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.SectionTypeEnum

参照

C1.C1Report 名前空間