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.
Author |
Topic |
Vinnie881
Master Smack Fu Yak Hacker
1231 Posts |
Posted - 2006-08-29 : 19:04:50
|
I need to be able to specify the number of Rows that show up on each page of my report in a Matrix(Crosstab)The closest I have come so far is using=Ceiling(RowNumber("list2_Details_Group")/10) command, but in a matrix the rows are grouped, So it is not page breaking after 10 matrix grouped rows, but rather 10 individual rows. I have litterally spent hours on this with no solution. RDL is great, the only issue is not many people are taking advantage of it yet, so there is very little documentation regarding issues like thisAny sugestions |
|
|
|
|