Detail section

Detail section

The Detail element defines the report section that contains the report data.

<!ELEMENT Detail (Line*, Label*, Special*, Field*)>
<!ATTLIST Detail
     Height  CDATA   #REQUIRED>
Elements

The Detail 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.

Field

The Field element defines a report object used to draw data on a report.

Attributes
Height

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

KDE Logo