AppointmentReport.drt
<?xml version="1.0"?>
<report>
<title>Appointments</title>
<fileName>Appointments</fileName>
<parameters>
$coversheet=false
</parameters>
<pdf>
<dataSource>com.fanniemae.~.CaseFileDataSource</dataSource>
<layout>letter-landscape</layout>
<body>
<section formBeanClass="com.fanniemae.~.AppointmentReportFormBean">
<form columnWidths="100,">
<data property="clientNames"/>
<data property="address"/>
</form>
<list title="Appointment History"
emptyListMessage="No appointments recorded"
property="appointmentList">
<column property="sessionDate"/>
<column property="sessionTime" width="42"/>
<column property="durationMinutes" width="42"/>
<column property="billable" width="37"/>
<column property="sessionType" width="55"/>
<column property="counselingNeedCode" width="80"/>
<column property="note" width="fill"/>
<column property="counselorName" width="60"/>
</list>
</section>
</body>
</pdf>
</report>