ClassPageSection
Class
Base abstract class for page sections. PageHeaderSection and PageFooterSection inherit from this class.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class PageSection : ReportSectionBase, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportSectionBasePageSection
Derived Classes:
Implements:
Inherited Members
Constructors
PageSection()
Declaration
cs-api-definition
protected PageSection()
Properties
PrintOnFirstPage
Gets or sets a value indicating whether the section should print on the first page of the report.
Declaration
cs-api-definition
public bool PrintOnFirstPage { get; set; }
Property Value
bool
A boolean value indicating whether the section should print on the first page of the report.
PrintOnLastPage
Gets or sets a value indicating whether the section should print on the last page of the report.
Declaration
cs-api-definition
public bool PrintOnLastPage { get; set; }
Property Value
bool
A boolean value indicating whether the section should print on the last page of the report.