That makes sense. From: [email protected] [mailto:[email protected]] On Behalf Of Jason Sandys Sent: Monday, July 29, 2013 7:44 AM To: [email protected] Subject: [mssms] RE: CM2012 SRSS reports - items per page
It's all about the page size; SSRS targets multiple formats all which have a "page" concept and thus divides displayed data into pages - it's actually the renderer that does this: http://technet.microsoft.com/en-us/library/ee210530.aspx#Pagination. Thus, you must manipulate the page size. Here's on way to do it programmatically: http://blogs.msdn.com/b/cliffgreen/archive/2008/11/12/controlling-page-size-in-a-reporting-services-report.aspx J From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Murray, Mike Sent: Monday, July 29, 2013 9:29 AM To: [email protected]<mailto:[email protected]> Subject: [mssms] CM2012 SRSS reports - items per page Is it possible to make it so all records are displayed on a single page rather than having to navigate through multiple pages? Best Regards, Mike Murray Desktop Management Coordinator - IT Support Services California State University, Chico 530.898.4357 [email protected]<mailto:[email protected]>

