[]
Represents the layout for each ReportItem at the top (PageHeader) or bottom (PageFooter) of each page.
public sealed class PageHeaderFooter : ReportComponentContainer, IReportComponentContainer, IValidateable, IRdlContainer, IReportComponent, IComponent, IDisposable
Name | Description |
---|---|
PageHeaderFooter() | Initializes a new instance of the PageHeaderFooter class. |
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. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the PageHeaderFooter object. |