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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool PrintOnLastPage { get; set; }
Visual Basic
Public Property PrintOnLastPage As Boolean
	Get
	Set

See Also