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