Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 SQL RS, multiple row records, print X on p1 Y rest

Author  Topic 

imailmonica
Starting Member

2 Posts

Posted - 2011-02-02 : 11:53:35
How can I keep records with multiple rows together on the same page? I have tried the Ceiling(RowNumber(Nothing)/15) and works fine but, the only issue I have with that is that then my first page looks great, but since I don't include heading elements - rectangle - (no header) I do have empty space in the rest of the report that could be used or filled with additional rows. Is there a way to print 10 rows for example on the first page and 15 on the rest of the pages??
   

- Advertisement -