言語

PageSection.PrintOnFirstPage プロパティ

定義

最初のページで PageHeader をレンダリングするか PageFooter オブジェクトをレンダリングするかを示します。

public:
 property bool PrintOnFirstPage { bool get(); };
public bool PrintOnFirstPage { get; }
member this.PrintOnFirstPage : bool
Public ReadOnly Property PrintOnFirstPage As Boolean

プロパティ値

ページセクションを最初のページにレンダリングすべきかどうかを示す Booleantrueの値はページセクションが最初のページでレンダリングされることを示します。falseの値はページセクションが2ページ目からレンダリングを開始することを示します。

適用対象