Reporting

Gets or sets a value indicating whether the section should print on the last page of the report.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

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

Field Value

A boolean value indicating whether the section should print on the last page of the report.

See Also