I am using the RDC with VB.net. I have a subreport which is in a Group Footer of the main report. The subreport has two levels of grouping and NewPageAfter true on both levels. I get a unwanted final page with no data - just the main report's PageHeader. I can fix this using the Section Expert formula editor (GroupHeader NewPageAfter - Not OnLastRecord) for both groups.
My problem is that I need to do this at run time but I can not figure how out where the code goes or what objects and properties to use.
My problem is that I need to do this at run time but I can not figure how out where the code goes or what objects and properties to use.