The PageHeader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PageHeader |
Initializes a new instance of the PageHeader class.
|
Methods
Name | Description | |
---|---|---|
AssignFrom(PageSection) |
Copies properties from another PageSection to the current object.
(Inherited from PageSection.) |
|
AssignFrom(ReportElement) |
Copies properties from another ReportElement to the current object.
(Inherited from ReportElement.) |
|
Clear |
Clears the current object, sets all properties to their default values.
(Inherited from PageSection.) |
|
ScriptHostOwnerGetChildren |
For internal use.
(Inherited from ReportElement.) |
|
ScriptHostOwnerSetHost |
For internal use.
(Inherited from ReportElement.) |
Properties
Name | Description | |
---|---|---|
Height |
Gets or sets the height of the page section.
(Inherited from PageSection.) |
|
Owner |
Gets the Page object containing this object.
(Inherited from PageSection.) |
|
PrintOnFirstPage |
Gets or sets the value indicating if the page section should be shown
on the first page of the report.
Not used in single-page reports if this is a PageFooter.
(Inherited from PageSection.) |
|
PrintOnLastPage |
Gets or sets the value indicating if the page section should be shown
on the last page of the report.
Not used in single-page reports if this is a PageHeader.
(Inherited from PageSection.) |
|
Report |
Gets C1RdlReport object containing this object.
(Inherited from PageSection.) |
|
ReportItems |
Gets the ReportItems collection containing
the elements of the page section layout.
No data regions or subreports are allowed in the page section.
All page breaks are ignored in the page section.
(Inherited from PageSection.) |
|
Style |
Gets the Style object defining style information for the current ReportElement.
(Inherited from ReportElement.) |