[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PageHeaderFooter

PageHeaderFooter Class

Represents the layout for each ReportItem at the top (PageHeader) or bottom (PageFooter) of each page.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class PageHeaderFooter : ReportComponentContainer, IReportComponentContainer, IValidateable, IRdlContainer, IReportComponent, IComponent, IDisposable

Constructors

Name Description
PageHeaderFooter()

Initializes a new instance of the PageHeaderFooter class.

Properties

Name Description
Height

Gets or sets a height of the page header or footer.

PrintOnFirstPage

Gets or sets a value indicating whether the page header or footer is rendered on the first page.

PrintOnLastPage

Gets or sets a value indicating whether the page header or footer is rendered on the last page.

Style

Gets or sets a style information for the page header or footer.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the PageHeaderFooter object.

Extension Methods