The Detail element defines the report section that contains the report data.
<!ELEMENT Detail (Line*, Label*, Special*, Field*)>
<!ATTLIST Detail
Height CDATA #REQUIRED>
The Detail element can contain the following elements
The Line element defines a report object used to draw lines on a report.
The Label element defines a report object used to draw fixed text on a report.
The Special element defines a report object used to draw page numbers and the current date on a report.
The Field element defines a report object used to draw data on a report.