Page 1 of 1

don't splitting the table values over more pages

Posted: Wed Jan 23, 2013 3:07 pm
by re4gi
Hello,

I have following problem:

I have two tables, "tableA" and "tableB". "tableB" is the child table of the "tableA", so there is a foreign key column in the "tableB" referencing to the column in the "tableA". I want to create report for each record from the "tableA" and at the end of the report I want add subreport where will be all records from the "tableB" which are referencing to the same record from the "tableA". I want to have all these records in one piece, no splitting over pages (there are about 10 records so they can fit into one page). I used the KeepGroupTogether property of the GroupHeaderBand but the table is still splitting over two pages.

Can you please give me a hint how to solve this problem?

Thank you,

Regi

Re: don't splitting the table values over more pages

Posted: Thu Jan 24, 2013 12:25 pm
by HighAley
Hello.

At the first sight it's better to avoid using subreport. You could put several reports on one page.
You didn't send us any data for the report so we couldn't reproduce the issue.
But try to set the Can Break property of the Data1 to True.

Thank you.