is the date range a parameter? if not, 2 options come to mind. 1) use a stored proc and return the dates either in a separate table(dataset) or as part of your datatable or 2) use a subreport to determine the date range (degraded performance as you need to read the data twice...once for the date range and once for the report)
HTH