In a modifed ssrs 2010, I added a parameter called startdate where the data type is set to date/time.
The start date parameter obtains its default value from the following query:
select schoolyear,min(startdate)AS STARTDATE
fr
select schoolyear,min(startdate)AS STARTDATE
fr