GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : ILayoutPage Interface |
The following tables list the members exposed by ILayoutPage.
Name | Description | |
---|---|---|
BodyArea |
Returns a page body area (where page content should be laid out).
| |
Footer | Page footer section for this instance. | |
Header | Page header section for this instance. | |
Height | Specifies page height. | |
IsDirty | Allows to track changes for this page instance since last rendering. | |
IsHorizontal | Specifies that a horizontal layout is being used. | |
MaxHeight | Specifies maximum height of the page. | |
MaxWidth | Specifies maximum width of the page. | |
PageNumber |
Returns the page number.
| |
Width | Specifies page width. |
Name | Description | |
---|---|---|
EnterRenderingContext | Method that notifies when rendering begins for a page. | |
HitTest | Helper function that performs hit-testing for a complete page by checking header, body and footer when applicable. | |
LeaveRenderingContext | Method that notifies when rendering is completed for a page. |