Groups in SSRS 2008

DateAdd - Returns a Date value containing a date and time value to which a specified time interval has been added. this function can be used in an expression to add/substract time(day, month, year, sec etc.) from given date field: =DateAdd(DateInterval.Month, 6, Parameters!StartDate.Value) ................
................