Print Subreport Problem?
I use Reporting Service make a Report .In the Body ,there are a Table,
three SubReports.Format like this:
********************************************************
Table1
col1 col 2 col3 col4
aaa bbb ccc ddd
aaa bbb ccc ddd
Subreport1
subreport2
subreport3
*******************************************************
three SubReports have a Table.
when print this report .I select A4 Page,portrait,the Print result like this(picture 1):
********************the first page*************************
Table1
col1 col 2 col3 col4
aaa bbb ccc ddd
aaa bbb ccc ddd
Subreport1
col1 col2 col3
aaa bbb ccc
Subreport 2
col1 col2 col3
aaa bbb ccc
blank
blank
blank
*****************************************************************
********************the second page*************************
subReport3
col1 col2 col3
aaa bbb ccc
aaa bbb ccc
aaa bbb ccc
*******************************************************************
look this print view the first page has three blank row,The Right print result I think
is like this(picture 2):
********************the first page*************************
Table1
col1 col 2 col3 col4
aaa bbb ccc ddd
aaa bbb ccc ddd
Subreport1
col1 col2 col3
aaa bbb ccc
Subreport 2
col1 col2 col3
aaa bbb ccc
subReport3
col1 col2 col3
aaa bbb ccc
*****************************************************************
********************the second page*************************
aaa bbb ccc
aaa bbb ccc
*******************************************************************
the first page can't have blank row.
I test ,if the subreport's table data is too much,the need height big than
the first page's blank height,that print is wrong ,like picture1.
How can i print subreport like picture2?

