New to Telerik ReportingStart a free 30-day trial

Base abstract class for page sections. PageHeaderSection and PageFooterSection inherit from this class.

Definition

Constructors

C#
protected PageSection()

Properties

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

C#
public bool PrintOnFirstPage { get; set; }
Property Value:

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

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

C#
public bool PrintOnLastPage { get; set; }
Property Value:

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