Class PageSection
Base abstract class for page sections. PageHeaderSection and PageFooterSection inherit from this class.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class PageSection : ReportSectionBase, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable
Constructors
PageSection()
Declaration
protected PageSection()
Properties
PrintOnFirstPage
Gets or sets a value indicating whether the section should print on the first page of the report.
Declaration
public bool PrintOnFirstPage { get; set; }
Property Value
System.Boolean
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
public bool PrintOnLastPage { get; set; }
Property Value
System.Boolean
A boolean value indicating whether the section should print on the last page of the report. |