views:

12

answers:

0

Hi,

I've got myself a situation where I've got a bunch of different objects that all share some data fields in common. I want to have different subreports show the different details of these objects and a main table row showing the common stuff. I've found that I can't load different subreports programmatically, so I have to place every possible different subreport in the main report table and hide the ones that aren't relevant. The trouble is hiding them doesn't get rid of the whitespace. I can make the height of the table row pretty small but that will still generate at least some whitespace (0.03 inch). How can I hide the whitespace completely? Any ideas?