AlexanderDymocloudtemple@mksat.netPhilThompsonphil@river-bank.demon.co.ukKugarTemplate element
The KugarTemplate element defines
report attributes relating to page size, orientation, and margins.
<!ELEMENT KugarTemplate (ReportHeader, PageHeader, DetailHeader*, Detail*, DetailFooter*, PageFooter, ReportFooter)>
<!ATTLIST KugarTemplate
PageSize CDATA #REQUIRED
PageOrientation CDATA #REQUIRED
TopMargin CDATA #REQUIRED
BottomMargin CDATA #REQUIRED
LeftMargin CDATA #REQUIRED
RightMargin CDATA #REQUIRED>
Elements
The KugarTemplate element contains
the following elements:
ReportHeader
The ReportHeader element defines
report sections that are usually printed at the beginning of the report.
PageHeader
The PageHeader element defines report
sections that are usually printed at the top of every page of the
report.
DetailHeader
The DetailHeader element defines report
sections that are printed before details of a given level on the report.
Detail
The Detail element defines the report
section that contains the report data. The report can have an unlimited number
of details.
DetailFooter
The DetailFooter element defines report
sections that are printed after details of a given level and below on the report.
PageFooter
The PageFooter element defines report
sections that are usually printed at the end of every page in the
report.
ReportFooter
The ReportFooter element defines report
sections that are usually printed at the end of the report.
AttributesPageSize
Sets the size of the report page. The following values are available:
ValuePage Size0A41B52Letter3Legal4Executive5A06A17A28A39A510A611A712A813A914B015B116B1017B218B319B420B621B722B823B924C5E25Comm10E26DLE27Folio28Ledger29Tabloid30NPageSizePageOrientation
Sets the report page orientation.
ValueOrientation0Portrait1LandscapeTopMargin
Sets the top margin of the report page.
BottomMargin
Sets the bottom margin of the report page.
LeftMargin
Sets the left margin of the report page.
RightMargin
Sets the right margin of the report page.