To do this in the report as opposed to sql server, select non-queried in the "Default Value" section and use one of these as the expression.
To subtract 2 months (approx 8 weeks)
=CDate(Date.Today.AddMonths(-2))
To subtract 56 days (8 weeks x 7 days)
=CDate(Date.Today.AddDays(-56))