Hello
I am working on a report in the CR bundled with VS2003, apparently it's basically CR9. My problem is that the report is not printing out as I would like, and I'd like some expert advice on "Keep together".
My report is structured as follows
PageHeader
GroupHeaders (a-q)
Details
GroupFooter
PageFooter
In most of these group headers I have subreports with thier Can Grow property set. I'm having a wierd situation where one of these sections will start a new page even though about half the page is left. Let's say Group Headers a-d take up half the page, then group header e has a subreport which has grown to be several pages long. For some reason group headed e starts on a new page. I have removed every "Keep together" check, in the main reports sections as well as the subreport's. The subreport is very simple, just a details section with a label and field, that has a formula to supress it if IsNull(SubreportTable.Field1) set in the subreport's details section.
Is there a way to have the subreport not start a new page even though it is several pages long? Does it automatically "keep together" just because it is a subreport?
-Thanks
I am working on a report in the CR bundled with VS2003, apparently it's basically CR9. My problem is that the report is not printing out as I would like, and I'd like some expert advice on "Keep together".
My report is structured as follows
PageHeader
GroupHeaders (a-q)
Details
GroupFooter
PageFooter
In most of these group headers I have subreports with thier Can Grow property set. I'm having a wierd situation where one of these sections will start a new page even though about half the page is left. Let's say Group Headers a-d take up half the page, then group header e has a subreport which has grown to be several pages long. For some reason group headed e starts on a new page. I have removed every "Keep together" check, in the main reports sections as well as the subreport's. The subreport is very simple, just a details section with a label and field, that has a formula to supress it if IsNull(SubreportTable.Field1) set in the subreport's details section.
Is there a way to have the subreport not start a new page even though it is several pages long? Does it automatically "keep together" just because it is a subreport?
-Thanks