FlexReport for WinForms
HdrFtrEnum 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : HdrFtrEnum 列挙体
Specifies where the Page Footer and Page Header sections are displayed.
シンタックス
'宣言
 
Public Enum HdrFtrEnum 
   Inherits System.Enum
'使用法
 
Dim instance As HdrFtrEnum
public enum HdrFtrEnum : System.Enum 
メンバ
メンバ解説
AllPages
The page footer and header are printed on all pages of a report.
NotWithReportFtr
The page footer isn't printed on the same page as the report footer.
NotWithReportHdr
The page header isn't printed on the same page as the report header.
NotWithReportHdrFtr
The page footer and header are not printed on a page that has either a report header or a report footer.
解説
Use the members of this enumeration to set the value of the Layout.PageFooter and Layout.PageHeader properties in the Layout class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.HdrFtrEnum

参照

参照

C1.Report 名前空間