PrintOnLastPage Property (PageSection)
In This Topic
Gets or sets the value indicating if the page section should be shown on the last page of the report. Not used in single-page reports if this is a PageHeader.
Syntax
'Declaration
Public Property PrintOnLastPage As Boolean
public bool PrintOnLastPage {get; set;}
See Also