02. Report Settings
In a report definition, report attributes set margins, page size and orientation.
Example Report Definition
<report rightmargin="72"
topmargin="72"
bottommargin="72"
leftmargin="72"
name="Quadrant For Region"
orientation="portrait"
pageformat="LETTER" >
<report>
Attributes | Description |
|---|---|
pageformat | Defines the page height and width based on predefined page types. |
orientation | Determines the page orientation. |
height | Determines the height of each page if pageFormat is not specified. Value is a whole number and each increment is equivalent to 1/72 of an inch. |
width | Determines the width of each page if pageFormat is not specified. Value is a whole number and each increment is equivalent to 1/72 of an inch. |
name | Report Name (optional) |
leftmargin | Determines the left margin of each page. Value is a whole number and each increment is equivalent to 1/72 of an inch. |
rightmargin | Determines the right margin of each page. Value is a whole number and each increment is equivalent to 1/72 of an inch. |
topmargin | Determines the top margin of each page. Value is a whole number and each increment is equivalent to 1/72 of an inch. |
bottommargin | Determines the bottom margin of each page. Value is a whole number and each increment is equivalent to 1/72 of an inch. |
pagespan | Determines the number of pages the report width will extend. |