Represents a page object.
<report.page
name='name'
group='group'
margin-left='margin-left'
margin-right='margin-right'
margin-top='margin-top'
margin-bottom='margin-bottom'
>
<data /> ?
<before /> ?
<after /> ?
<start /> ?
<end /> ?
<body /> ?
</report.page>
Attributes |
Name | Type | Required | Default | Description |
Aname | String | | | | Name of the object. |
Agroup | String | | | | Fields of the ResultSet for which you want that systems breaks the page. If they are more than one separated by comma. |
Amargin-left | String | | | | Centimeters of the right margin. |
Amargin-right | String | | | | Centimeters of the left margin. |
Amargin-top | String | | | | Centimeters of the top margin of the page. |
Amargin-bottom | String | | | | Centimeters of the bottom margin of the page. |
Arguments |
Name | Type | Required | Unique | Nullable | Description |
Edata | | | | | The resultset of data, can be a SELECT or an object of vtable type. |
Ebefore | | | | | An object of report.region.static type which represents the before page. Code part which is issued at the beginning of each page. |
Eafter | | | | | An objeto of report.region.static type which represents the after page. Code part which is issued at the end of each page. |
Estart | | | | | An object of report.region.static which represents the start page. Code part which is issued in the left side of the page. |
Eend | | | | | An object of report.region.static which represents the start page. Code part which is issued in the right side of the page. |
Ebody | | | | | An object of report.region.flow type which represents the body or detail of the page. |