To display 'continued' or similar when a group continues onto a new page, firstly ensure Repeat Group Header is checked in Group Expert then add the following formula to the Group Header:
IF InRepeatedGroupHeader THEN {?School} & " continued"
ELSE {?School}
2 comments:
Now if only I could figure out how to do this in SSRS2008R2....
Hi Garret,
Would this be of help?
http://blogs.msdn.com/b/chrishays/archive/2006/09/27/continuedheader.aspx
Post a Comment