Class
PageSection

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: PageFooterSectionPageHeaderSection

Implements: IActionTargetIToggleVisibilityTarget

Inherited Members ReportSectionBase.HeightReportItemBase.Dispose()ReportItemBase.Dispose(bool)ReportItemBase.ToString()ReportItemBase.Contains(ReportItemBase)ReportItemBase.GetEventHandlers(EventHandler)ReportItemBase.OnItemValidate(ReportItemBase)ReportItemBase.ClearGlobalDependencies()ReportItemBase.ContainerReportItemBase.DesignModeReportItemBase.SiteReportItemBase.NameReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.VisibleReportItemBase.StyleNameReportItemBase.StyleReportItemBase.ItemsReportItemBase.ParentReportItemBase.ReportReportItemBase.ConditionalFormattingReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])

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.