• Are the datasets in the reports using stored procedures or is the sql typed in directly? The former will be faster. If they are procedures... are they also slow when executing from SSMS? If so optimise the queries, start with indexing. If not is the reporting service on a virtual server? Do you have the reporting database set to simple recovery mode?

    These are a few things to start out with.

    ----------------------------------------------------