FlexReport for WinForms
PageHeader プロパティ (Layout)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > Layout クラス : PageHeader プロパティ
Gets or sets a value that determines on which pages the Page Header section should be displayed.
シンタックス
'宣言
 
Public Property PageHeader As HdrFtrEnum
'使用法
 
Dim instance As Layout
Dim value As HdrFtrEnum
 
instance.PageHeader = value
 
value = instance.PageHeader
public HdrFtrEnum PageHeader {get; set;}
解説

You can use the PageHeader and PageFooter properties to specify whether a report's page header or page footer should be printed on the same page as a report header or report footer.

For example, you might not want to print a page header containing the page number on the first page of a report if the report header is a cover sheet.

参照

参照

Layout クラス
Layout メンバ
HdrFtrEnum 列挙体