I have a report designed in VS 2005 which shows summarised data for a week. I've just been asked if I can add a parameter to it so the user can specify the number of weeks they want to display. The report will then need to show a separate table for each individual week (ie the same result as running the existing report several times).

Is there a way I can achieve this? I can't see where I'd even start to resolve this.