AutoComplete for ASP.NET Web Forms
HdrFtrEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : HdrFtrEnum 列挙体
Specifies where the Page Footer and Page Header sections are displayed.
シンタックス
'宣言
 
Public Enum HdrFtrEnum 
   Inherits System.Enum
public enum HdrFtrEnum : System.Enum 
メンバ
メンバ解説
AllPagesThe page footer and header are printed on all pages of a report.
NotWithReportFtrThe page footer isn't printed on the same page as the report footer.
NotWithReportHdrThe page header isn't printed on the same page as the report header.
NotWithReportHdrFtrThe 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.C1Report.HdrFtrEnum

参照

C1.C1Report 名前空間