PageSection.PrintOnFirstPage Property

Definition

Indicates whether to render a PageHeader or PageFooter object on the first page.

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

Property Value

A Boolean indicating whether the page section should render on the first page. A value of true indicates that the page section will render on the first page; a value of false indicates the page section will start rendering on the second page.

Applies to