Below are some of the reasons for poor performance(more execution time) of SSRS reports
1) when you use more cascaded parameters for your reports
2) when you are directly getting the data from oracle or external data source.
3) using "for xml()" function in the sql query of ssrs report.
Solution : Try using Report Snapshot's if possible