I have a report in SSRS 2005 that has a lot of coulmns in it. I'd like to find a way to repeat the first 4 columns on each page - essentially I want RepeatOnNewPage for cols instead of headers.
for instance if I have
C1 C2 C2 C4 D1 D2 D3 D4 D5 D6 D7 D7
I'd like it to print like so
Page1
C1 C2 C2 C4 D1 D2 D3 D4
Page2
C1 C2 C2 C4 D5 D6 D7 D7
If SSRS200 doesn't support this, but SSRS2008 does that's usefull info too.