SharePoint Developer Center >
SharePoint Products and Technologies Forums
>
SharePoint - Business Intelligence
>
Reporting services native mode Vs Integrated mode
Reporting services native mode Vs Integrated mode
- Hi,We have a SharePoint dashboard running that uses a custom web part to display reporting services reports (configured in native mode). The reports take around 6 seconds to appear and we'd ideally like them to appear faster.Can anyone let me know if configuring it in Integrated Mode would make any difference? If yes, could I still continue to use the ASP.Net report viewer control to display the reports in integrated mode?Thanks!
- Moved byMike Walsh MVPMVP, ModeratorSaturday, October 31, 2009 10:54 AMssrs q (From:SharePoint - Development and Programming)
Answers
- With Integrate Mode the report rdl are on SharePoint and not in report Database, interact directly with security Trimed of sharepoint permissions.The fact of being so slow on can be for many reason, the ideal is have a separate structure and application pool, for Reporting Services Integration Mode, verify your SQL query, your cubes and mdx querys to improve performance, normaly render problem are on querys to database."SharePoint and SQL Server Reporting Services - Installation and Setup"Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint TechnologiesMicrosoft SQL Server 2008 Reporting Services Add-in for Microsoft SharePoint TechnologiesThe first time can take time and you problably will need to warmup the reports, and use some IIS compression to improve your rending problems and other RS and Sharepoint Techinque to improve performance, here some articles...Planning for Scalability and Performance with Reporting ServicesTune Web server performance (Office SharePoint Server)
André Lage Microsoft SharePoint, CRM and Sybase Consultant
Blog:http://aaclage.blogspot.com
Codeplex:http://spupload.codeplex.com/http://simplecamlsearch.codeplex.com/- Marked As Answer byLu Zou-MSFTMSFT, ModeratorFriday, November 06, 2009 7:13 AM
All Replies
- With Integrate Mode the report rdl are on SharePoint and not in report Database, interact directly with security Trimed of sharepoint permissions.The fact of being so slow on can be for many reason, the ideal is have a separate structure and application pool, for Reporting Services Integration Mode, verify your SQL query, your cubes and mdx querys to improve performance, normaly render problem are on querys to database."SharePoint and SQL Server Reporting Services - Installation and Setup"Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint TechnologiesMicrosoft SQL Server 2008 Reporting Services Add-in for Microsoft SharePoint TechnologiesThe first time can take time and you problably will need to warmup the reports, and use some IIS compression to improve your rending problems and other RS and Sharepoint Techinque to improve performance, here some articles...Planning for Scalability and Performance with Reporting ServicesTune Web server performance (Office SharePoint Server)
André Lage Microsoft SharePoint, CRM and Sybase Consultant
Blog:http://aaclage.blogspot.com
Codeplex:http://spupload.codeplex.com/http://simplecamlsearch.codeplex.com/- Marked As Answer byLu Zou-MSFTMSFT, ModeratorFriday, November 06, 2009 7:13 AM


