Adding a Date Range Parameter

The following example shows how to display a date range field on the Report Parameters page:
Figure 1. Defining a parameter for a date range field
<PARAMETER>
  <DISPLAYNAME>Report Date</DISPLAYNAME>
  <BINDNAME>ReportDate</BINDNAME> 2
  <TYPE>DATE</TYPE>
</PARAMETER>
  1. ReportDate is the name of the parameter in the RPT file.