Groups | Blog | Home
all groups > sql server reporting services > may 2006 >

sql server reporting services : Paging in Drill Down Reports


Piyush
5/19/2006 7:49:02 AM
My requirement is that i want to have paging i.e show 20 records per page in
a Drill Down report.
How to do it or where can i find a solution to this?

Tim Dot NoSpam
5/19/2006 11:32:13 AM
Hi Piyush. The only thing I can think of is to create a "fake" grouping
column. For every 20 rows, change the group number. Then create a group on
the grouping column and pagebreak at the end of each group. Does this make
sense?

-Tim

[quoted text, click to view]

Amarnath
5/20/2006 1:01:01 AM
Giving this expr. in the group will break at 20th row.

=Int((RowNumber(Nothing)-1)/20)

Amarnath


[quoted text, click to view]
AddThis Social Bookmark Button