Hello. I have a report that get a parameter (lets say "id"). The report take about 5 minuts to run. I have an application in .Net that use the RS web services to render the report and save him as a pdf file. The problem is that I need to render the report 20 time because the id parameter have 20 available values. So it take me more then an hour and a half to do so. Is there a way you think I can get pass that? I thought about changing the the parameter to filter and then use a snap shot or something like that. Maybe then after the report will run once, when I'll call him with the next parameter it will run a lot faster. I'll be glad to hear your opinion about that. Thanks.