Skip to Content
0
Former Member
Jan 12, 2011 at 06:02 AM

spacing issue when importing subreport

39 Views

Hi All,

I'm trying to build a .NET web application that generates the report at the runtime and dilvered via the CrystalReportViewer web control. I have created a 'Main' report to serve as the container and also a number of component reports that to be imported as subreports based on user input.

A new section is generated for each sub resport and added into the 'Details' section of the main report at runtime.

It all work fine and well except that there are large amount of empty space exsits on the end of some report pages. I have noticed this happens when the first 'Section' of the next page has a bigger 'Height' than the residue space. It appears that CrystalReportViewer do not want to break up the 'long' section to across 2 pages. Is it possible to modify this behavior and display sections 'continuously' ?

I'm using the CR4VS2010 release.

Many thanks.

Edited by: troytancn on Jan 12, 2011 7:02 AM