PageSection.PrintOnLastPage Property

Definition

Indicates if the page section should be shown on the last page of the report.

public:
 property bool PrintOnLastPage { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool PrintOnLastPage { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.PrintOnLastPage : bool with get, set
Public Property PrintOnLastPage As Boolean

Property Value

A Boolean value.

Attributes

Applies to