Wiki Markup |
---|
{scrollbar}
|
In
...
a
...
report
...
definition,
...
report
...
attributes
...
set
...
margins,
...
page
...
size
...
and
...
orientation.
...
Example
...
Report
...
Definition
...
Code Block | ||||
---|---|---|---|---|
| ||||
<report rightmargin="72"
topmargin="72"
bottommargin="72"
leftmargin="72"
name="Quadrant For Region"
orientation="portrait"
pageformat="LETTER" >
{code}
<report>
|| *Attributes* || *Description* ||
| pageformat | Defines the page height and width based on predefined page types. \\ \\
Values: \\
PAPER10X11 \| PAPER10X13 \| PAPER10X14 \| PAPER12X11 \| PAPER15X11 \| PAPER7X9 \| PAPER8X10 \| PAPER9X11 \| PAPER9X12 \| A0 \| A1 \| A2 \| A3 \| A3_TRANSVERSE \| A3_EXTRA \| A3_EXTRATRANSVERSE \| A3_ROTATED \| A4 \| A4_TRANSVERSE \| A4_EXTRA \| A4_PLUS \| A4_ROTATED \| A4_SMALL \| A5 \| A5_TRANSVERSE \| A5_EXTRA \| A5_ROTATED \| A6 \| A6_ROTATED \| A7 \| A8 \| A9 \| A10 \| ANSIC \| ANSID \| ANSIE \| ARCHA \| ARCHB \| ARCHC \| ARCHD \| ARCHE \| B0 \| B1 \| B2 \| B3 \| B4 \| B4_ROTATED \| B5 \| B5_TRANSVERSE \| B5_ROTATED \| B6 \| B6_ROTATED \| B7 \| B8 \| B9 \| B10 \| C4 \| C5 \| C6 \| COMM10 \| DL \| DOUBLEPOSTCARD \| DOUBLEPOSTCARD_ROTATED \| ENV9 \| ENV10 \| ENV11 \| ENV12 \| ENV14 \| ENVC0 \| ENVC1 \| ENVC2 \| ENVC3 \| ENVC4 \| ENVC5 \| ENVC6 \| ENVC65 \| ENVC7 \| ENVCHOU3 \| ENVCHOU3_ROTATED \| ENVCHOU4 \| ENVCHOU4_ROTATED \| ENVDL \| ENVINVITE \| ENVISOB4 \| ENVISOB5 \| \\
ENVISOB6 \| ENVITALIAN \| ENVKAKU2 \| ENVKAKU2_ROTATED \| ENVKAKU3 \| ENVKAKU3_ROTATED \| ENVMONARCH \| ENVPERSONAL \| ENVPRC1 \| ENVPRC1_ROTATED \| ENVPRC2 \| ENVPRC2_ROTATED \| ENVPRC3 \| ENVPRC3_ROTATED \| ENVPRC4 \| ENVPRC4_ROTATED \| ENVPRC5 \| ENVPRC5_ROTATED \| ENVPRC6 \| ENVPRC6_ROTATED \| ENVPRC7 \| \\
ENVPRC7_ROTATED \| ENVPRC8 \| ENVPRC8_ROTATED \| ENVPRC9 \| ENVPRC9_ROTATED \| ENVPRC10 \| ENVPRC10_ROTATED \| ENVYOU4 \| ENVYOU4_ROTATED \| EXECUTIVE \| FANFOLDUS \| FANFOLDGERMAN \| FANFOLDGERMANLEGAL \| FOLIO \| ISOB0 \| ISOB1 \| ISOB2 \| ISOB3 \| ISOB4 \| ISOB5 \| ISOB5_EXTRA \| ISOB6 \| ISOB7 \| ISOB8 \| ISOB9 \| ISOB10 \| LEDGER \| LEGAL \| LEGAL_EXTRA \| LETTER \| LETTER_TRANSVERSE \| LETTER_EXTRA \| LETTER_EXTRATRANSVERSE \| LETTER_PLUS \| LETTER_ROTATED \| LETTER_SMALL \| MONARCH \| NOTE \| POSTCARD \| POSTCARD_ROTATED \| PRC16K \| PRC16K_ROTATED \| PRC32K \| PRC32K_ROTATED \| PRC32K_BIG \| PRC32K_BIGROTATED \| QUARTO \| STATEMENT \| SUPERA \| SUPERB \| TABLOID \| TABLOIDEXTRA |
| orientation | Determines the page orientation. \\ \\
Values: \\
portrait \| landscape \\ |
| 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. \\ | |
<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. |