I haven't used CR in a long time. I'm currently running Visual Studio 2008 (Version 10 of CR, so I'm told) and I have this brain-dead simple report that lists 3 fields from one table. In the footer I have the standard Page # of # field. (The report is being displayed as a subreport of another report within a Winforms program.)
What I can't seem to do is get the footer to print on every page. It looks to me like the detail section is filling all available space. Only the last page displays a Page# field and that's right at the bottom of the list, not physically at the bottom of the page.
What setting am I missing? (I can't seem to find anything that will limit number of detail lines printed.)
Someone refresh my memory. Thanks.