PageSection Members
Include Protected Members
Include Inherited Members
Represents the layout of report items to appear at the top or bottom of every page of the report.
The PageSection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PageSection() | Creates a new instance of the PageSection class. | |
PageSection(IPropertyStore) | Creates a new instance of the PageSection class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
Height | Height of the page section. | |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) | |
PrintOnFirstPage | Indicates if the page section should be shown on the first page of the report. | |
PrintOnLastPage | Indicates if the page section should be shown on the last page of the report. | |
PropertyStore | The property store. (Inherited from ReportObjectBase.) | |
ReportItems | The region that contains 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. | |
Site | Infrastructure. (Inherited from ReportObject.) | |
Style | Gets the style properties of this report definition object. (Inherited from ReportElement.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose() | (Inherited from ReportObject.) | |
IComponent.Disposed | (Inherited from ReportObject.) |
Top