Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > Reporting Services
|
Reporting Services SQL Server Reporting Services. Please specify which version.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Reporting Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 2nd, 2009, 05:25 PM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 553
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to vinod_yadav1919 Send a message via Yahoo to vinod_yadav1919
Default Custom SSRS paging in Report Viewer(aspx)

Hi All,

Is it possible to implement the custom paging for SSRS reports?

I am using reportviewer to show SSRS reports.
one of the report is having more than 6 million of records and while showing these records we are getting connection time out error.
Any input/code snippet would be a great help!!

Thanks,
Vinod
__________________
Cheers :)

vinod
 
Old April 2nd, 2009, 06:30 PM
Wrox Author
 
Join Date: May 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Default

For a result set this large, you should make sure you are using remote and not local report processing. Also, if the data source is a normalized, operational database, you should consider moving to a data mart or warehouse and/or an OLAP cube. This is a classic and natural progression. You should also consider implementing scaling options for the database and report servers. You will first need to identify the performance bottlenecks and address them (i.e. memory, processors, index design & usage, 32 vs 64 bit platform, etc.)

Some quick considerations and questions:
Does the query time-out on the database server or only on the client when rendering the report?
What resources are stressed during execution (such as RAM, CPU, cache, etc.)?
__________________
Paul Turley
Mentor | SQL Server MVP, SolidQ
Blog: sqlserverbiblog.com
Author: SQL Server Reporting Services Recipes for Designing Expert Reports; Professional SQL Server Reporting Services (2000, 2005, 2008 & 2012), Beginning T-SQL (2000, 2005 & 2008), SSIS, SSAS & Access





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with PAGING for Report Viewer Somesh Reporting Services 0 April 30th, 2008 06:01 AM
How to do the SSRS - Custom Delivery Extension pnviv Reporting Services 1 March 17th, 2008 11:55 PM
Problem with Paging in Report Viewer Probleminfinity ASP.NET 3.5 Professionals 0 November 12th, 2007 12:11 PM
SSRS: Custom reports naveenjv Reporting Services 1 October 12th, 2007 02:17 AM
SSRS Custom Report iSheahan BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 0 February 8th, 2007 12:52 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.