KugarData template elements

Chapter 5. KugarData template elements

ReportHeader and ReportFooter Sections

The ReportHeader and ReportFooter elements define report sections that are usually printed at the beginning and end of the report.

<!ELEMENT ReportHeader (Line*, Label*, Special*)>
<!ATTLIST ReportHeader
     Height          CDATA #REQUIRED
     PrintFrequency  CDATA #REQUIRED>
<!ELEMENT ReportFooter (Line*, Label*, Special*, CalculatedField*)>
<!ATTLIST ReportFooter
     Height         CDATA #REQUIRED
     PrintFrequency CDATA #REQUIRED>
Elements

The ReportHeader element can contain the following elements

Line

The Line element defines a report object used to draw lines on a report.

Label

The Label element defines a report object used to draw fixed text on a report.

Special

The Special element defines a report object used to draw page numbers and the current date on a report.

The ReportFooter element can contain the following elements:

Line

The Line element defines a report object used to draw lines on a report.

Label

The Label element defines a report object used to draw fixed text on a report.

Special

The Special element defines a report object used to draw page numbers and the current date on a report.

CalculatedField

The CalculatedField element defines a report object used to draw calculated values on a report.

Attributes
Height

Sets the height of the report section. If you don't want this,section set this value to 0.

PrintFrequency

Set the print frequency of the section.

ValuePrint Frequency
0First Page
1Every Page
2Last Page
KDE Logo