hello guys recently i joined a company. They assigned me a task is to improve the performance of existing SSRS Reports .
i looked at the Stored Procedure’s which are running fine .But when it comes to Report execution it’s taking time .
Please let me know how to start on this thing? Thanks in Advance
Is the report doing it’s own calculations on the data that is returned which could potentially take time and resources to accomplish?
Is the report drawing graphs that have lots and lots of datapoints which may take longer to reproduce than a graph with a larger increment?
Is the report loading images? How are the images handled? Are they embedded or linked from an outside source?
Are you creating a lot of groups or drill downs which could take time on the report loading to create?
Answering these questions may start to point you in the correct direction as far as how to make your report more efficient.