Hi we use ssrs std 2008 and i think I've read and tried all (rectangles, page after, page before, keep together, dont keep together etc) but one solution to a problem I'm having with my 8th subreport splitting up onto two pages always when saved to word and most of the time in the preview as well.
I want to try this guy's solution but do not know if he is inserting this code in the main report's proprties code. Nor do I know what needs to be wrapped around it in the code for my subreport called subreport7 to get a page break after. I tried entering just two lines like this but of course got an error having no prior experience with this..
subreport7
Dummy Thin Rectangle set border (.25) + property page break after rectangle
Can someone expound on his solution a bit? Here is what he wrote at http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/01832d3c-e262-4976-8b8b-f84b3422dfa6/ ...
In my Main Report
sub report A
Dummy Thin Rectangle set border (.25) + property page break after rectangle
sub report B
Dummy Thin Rectangle set border (.25) + property page break after rectangle
sub report C
Dummy Thin Rectangle set border (.25) + property page break after rectangle
sub report D
Dummy Thin Rectangle set border (.25) + property page break after rectangle
db042188